comparison mpegvideo.h @ 1829:7ae26b6e197f libavcodec

set AVFrame.pts based upon framerate if its 0 detect & warn if the user prvides pts only for some frames, and try to guess the missing ones
author michael
date Wed, 25 Feb 2004 02:05:50 +0000
parents fcbf31baa1af
children c72589baee53
comparison
equal deleted inserted replaced
1828:bc8f5e1635b9 1829:7ae26b6e197f
273 int input_picture_number; ///< used to set pic->display_picture_number, shouldnt be used for/by anything else 273 int input_picture_number; ///< used to set pic->display_picture_number, shouldnt be used for/by anything else
274 int coded_picture_number; ///< used to set pic->coded_picture_number, shouldnt be used for/by anything else 274 int coded_picture_number; ///< used to set pic->coded_picture_number, shouldnt be used for/by anything else
275 int picture_number; //FIXME remove, unclear definition 275 int picture_number; //FIXME remove, unclear definition
276 int picture_in_gop_number; ///< 0-> first pic in gop, ... 276 int picture_in_gop_number; ///< 0-> first pic in gop, ...
277 int b_frames_since_non_b; ///< used for encoding, relative to not yet reordered input 277 int b_frames_since_non_b; ///< used for encoding, relative to not yet reordered input
278 int64_t user_specified_pts;///< last non zero pts from AVFrame which was passed into avcodec_encode_video()
278 int mb_width, mb_height; ///< number of MBs horizontally & vertically 279 int mb_width, mb_height; ///< number of MBs horizontally & vertically
279 int mb_stride; ///< mb_width+1 used for some arrays to allow simple addressng of left & top MBs withoutt sig11 280 int mb_stride; ///< mb_width+1 used for some arrays to allow simple addressng of left & top MBs withoutt sig11
280 int b8_stride; ///< 2*mb_width+1 used for some 8x8 block arrays to allow simple addressng 281 int b8_stride; ///< 2*mb_width+1 used for some 8x8 block arrays to allow simple addressng
281 int b4_stride; ///< 4*mb_width+1 used for some 4x4 block arrays to allow simple addressng 282 int b4_stride; ///< 4*mb_width+1 used for some 4x4 block arrays to allow simple addressng
282 int h_edge_pos, v_edge_pos;///< horizontal / vertical position of the right/bottom edge (pixel replicateion) 283 int h_edge_pos, v_edge_pos;///< horizontal / vertical position of the right/bottom edge (pixel replicateion)