diff h264.h @ 7338:b088035801d5 libavcodec

Simplify slice type checks.
author michael
date Mon, 21 Jul 2008 18:24:45 +0000
parents b1003e468c3d
children 9a4cb430d8ff
line wrap: on
line diff
--- a/h264.h	Mon Jul 21 18:06:23 2008 +0000
+++ b/h264.h	Mon Jul 21 18:24:45 2008 +0000
@@ -270,6 +270,7 @@
     uint8_t *slice_table_base;
     uint8_t *slice_table;      ///< slice_table_base + 2*mb_stride + 1
     int slice_type;
+    int slice_type_nos;        ///< S free slice type (SI/SP are remapped to I/P)
     int slice_type_fixed;
 
     //interlacing specific flags