comparison avcodec.h @ 1091:03df246fb06b libavcodec

fixing inaccurate frame_rate
author michaelni
date Sat, 01 Mar 2003 00:16:00 +0000
parents d3b93dc997a3
children f59c3f66363b
comparison
equal deleted inserted replaced
1090:8216533dd959 1091:03df246fb06b
167 /* if 'parse_only' field is true, then avcodec_parse_frame() can be 167 /* if 'parse_only' field is true, then avcodec_parse_frame() can be
168 used */ 168 used */
169 #define CODEC_CAP_PARSE_ONLY 0x0004 169 #define CODEC_CAP_PARSE_ONLY 0x0004
170 #define CODEC_CAP_TRUNCATED 0x0008 170 #define CODEC_CAP_TRUNCATED 0x0008
171 171
172 #define FRAME_RATE_BASE 10000 172 #define FRAME_RATE_BASE 10010
173 173
174 #define FF_COMMON_FRAME \ 174 #define FF_COMMON_FRAME \
175 uint8_t *data[4];\ 175 uint8_t *data[4];\
176 int linesize[4];\ 176 int linesize[4];\
177 /**\ 177 /**\