diff mpegvideo.h @ 1586:3d1d0490e5a6 libavcodec

pts fix and related fixes
author michael
date Thu, 30 Oct 2003 16:58:49 +0000
parents 628bf341e099
children 4c9165372ab3
line wrap: on
line diff
--- a/mpegvideo.h	Thu Oct 30 05:40:58 2003 +0000
+++ b/mpegvideo.h	Thu Oct 30 16:58:49 2003 +0000
@@ -718,6 +718,7 @@
 void ff_mpeg_flush(AVCodecContext *avctx);
 void ff_print_debug_info(MpegEncContext *s, Picture *pict);
 void ff_write_quant_matrix(PutBitContext *pb, int16_t *matrix);
+int ff_find_unused_picture(MpegEncContext *s, int shared);
 
 void ff_er_frame_start(MpegEncContext *s);
 void ff_er_frame_end(MpegEncContext *s);