comparison cavs.h @ 11179:9a793cb05a85 libavcodec

add heuristic to discern the old sample clips from streams encoded with rm52j encoder, a marker_bit has been added in the I-Frame syntax
author stefang
date Mon, 15 Feb 2010 16:43:45 +0000
parents c6dd98bff427
children ba1c541f7e8a
comparison
equal deleted inserted replaced
11178:fda40558e98a 11179:9a793cb05a85
158 int dist[2]; ///< temporal distances from current frame to ref frames 158 int dist[2]; ///< temporal distances from current frame to ref frames
159 int profile, level; 159 int profile, level;
160 int aspect_ratio; 160 int aspect_ratio;
161 int mb_width, mb_height; 161 int mb_width, mb_height;
162 int pic_type; 162 int pic_type;
163 int stream_revision; ///<0 for samples from 2006, 1 for rm52j encoder
163 int progressive; 164 int progressive;
164 int pic_structure; 165 int pic_structure;
165 int skip_mode_flag; ///< select between skip_count or one skip_flag per MB 166 int skip_mode_flag; ///< select between skip_count or one skip_flag per MB
166 int loop_filter_disable; 167 int loop_filter_disable;
167 int alpha_offset, beta_offset; 168 int alpha_offset, beta_offset;