]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp_mpv.h
Prevent invalid timestamps from being stored.
[ffmpeg] / libavformat / rtp_mpv.h
index 4a7568d754d39bbc77fad729d8791079281e0927..36e649a8916e9d49df10c88ea17b771d3c8cac88 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef FFMPEG_RTP_MPV_H
 #define FFMPEG_RTP_MPV_H
 
+#include "avformat.h"
+
 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
 
 #endif /* FFMPEG_RTP_MPV_H */