]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/idroqenc.c
Move the functions in h264pred.c into a new file h264pred_internal.h.
[ffmpeg] / libavformat / idroqenc.c
index 9935b61e1b3d5ef3cb8755c61eda30c3870255eb..3e8f1798460bc6258ebac575c30a123d3a8fe17f 100644 (file)
@@ -30,7 +30,7 @@ static int roq_write_header(struct AVFormatContext *s)
     };
 
     avio_write(s->pb, header, 8);
-    put_flush_packet(s->pb);
+    avio_flush(s->pb);
 
     return 0;
 }