diff mpegvideo.h @ 2981:33d4fb0df0d3 libavcodec

better f_code guessing in 2nd pass
author michael
date Thu, 22 Dec 2005 22:48:09 +0000
parents bfabfdf9ce55
children 188f4ef688f2
line wrap: on
line diff
--- a/mpegvideo.h	Thu Dec 22 14:17:54 2005 +0000
+++ b/mpegvideo.h	Thu Dec 22 22:48:09 2005 +0000
@@ -980,6 +980,6 @@
                double (**func2)(void *, double, double), char **func2_name,
                void *opaque);
 int ff_vbv_update(MpegEncContext *s, int frame_size);
-
+void ff_get_2pass_fcode(MpegEncContext *s);
 
 #endif /* AVCODEC_MPEGVIDEO_H */