comparison 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
comparison
equal deleted inserted replaced
2980:529163f99474 2981:33d4fb0df0d3
978 double ff_eval(char *s, double *const_value, const char **const_name, 978 double ff_eval(char *s, double *const_value, const char **const_name,
979 double (**func1)(void *, double), const char **func1_name, 979 double (**func1)(void *, double), const char **func1_name,
980 double (**func2)(void *, double, double), char **func2_name, 980 double (**func2)(void *, double, double), char **func2_name,
981 void *opaque); 981 void *opaque);
982 int ff_vbv_update(MpegEncContext *s, int frame_size); 982 int ff_vbv_update(MpegEncContext *s, int frame_size);
983 983 void ff_get_2pass_fcode(MpegEncContext *s);
984 984
985 #endif /* AVCODEC_MPEGVIDEO_H */ 985 #endif /* AVCODEC_MPEGVIDEO_H */