diff 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
line wrap: on
line diff
--- a/cavs.h	Mon Feb 15 16:37:13 2010 +0000
+++ b/cavs.h	Mon Feb 15 16:43:45 2010 +0000
@@ -160,6 +160,7 @@
     int aspect_ratio;
     int mb_width, mb_height;
     int pic_type;
+    int stream_revision; ///<0 for samples from 2006, 1 for rm52j encoder
     int progressive;
     int pic_structure;
     int skip_mode_flag; ///< select between skip_count or one skip_flag per MB