001package net.bramp.ffmpeg.probe;
002
003/** Base interface for FFprobe frame and packet data. */
004public interface FFmpegFrameOrPacket {}