diff mpegvideo.h @ 1368:0fd38b711f06 libavcodec

AVCodec.flush() ff_draw_horiz_band() in coded order / cleanup
author michaelni
date Thu, 17 Jul 2003 12:29:07 +0000
parents 1f89adb69349
children da0b3a50d209
line wrap: on
line diff
--- a/mpegvideo.h	Wed Jul 16 18:20:46 2003 +0000
+++ b/mpegvideo.h	Thu Jul 17 12:29:07 2003 +0000
@@ -713,6 +713,7 @@
                                     int src_x, int src_y, int w, int h);
 #define END_NOT_FOUND -100
 int ff_combine_frame( MpegEncContext *s, int next, uint8_t **buf, int *buf_size);
+void ff_mpeg_flush(AVCodecContext *avctx);
 void ff_print_debug_info(MpegEncContext *s, Picture *pict);
 
 void ff_er_frame_start(MpegEncContext *s);