summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-07-21 18:24:45 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-07-21 18:24:45 +0000
commite3e6f18f1693a99c1e26e7e2ff109b2a4de9c51e (patch)
tree9581ce16dd8e7811466f2235f23f7d9d5b652c8b /libavcodec/h264.h
parent72caa912f24f31a2a958831382f2485354e38702 (diff)
Simplify slice type checks.
Originally committed as revision 14323 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 69d779d583..edc7e5289c 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -270,6 +270,7 @@ typedef struct H264Context{
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