X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtp_mpv.c;h=d42f2e770ccaf6df94880326f9eb1083bb942cd7;hb=837d248df67340defb8a8cf8fd09bba8ed89763c;hp=c8bf81f9a667d63dea78a4a03d3f82cba9c810a0;hpb=0ebecca52cf43fa37e88474c8063c2fdeefc05d2;p=ffmpeg diff --git a/libavformat/rtp_mpv.c b/libavformat/rtp_mpv.c index c8bf81f9a66..d42f2e770cc 100644 --- a/libavformat/rtp_mpv.c +++ b/libavformat/rtp_mpv.c @@ -19,11 +19,11 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include "libavcodec/mpegvideo.h" #include "avformat.h" #include "rtp_internal.h" -#include "mpegvideo.h" - /* NOTE: a single frame must be passed with sequence header if needed. XXX: use slices. */ void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size)