summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.h
diff options
context:
space:
mode:
authorStefan Gehrer <stefan.gehrer@gmx.de>2009-02-10 16:34:45 +0000
committerStefan Gehrer <stefan.gehrer@gmx.de>2009-02-10 16:34:45 +0000
commitd934de5c5d9ff1d228d0113e31e182efe2a853aa (patch)
tree751cba974356863816fb07bfacd2f43e77553c3d /libavcodec/cavs.h
parent9fc88d7e2025e5df0bced8a175978408a1d9eb9a (diff)
do not check for minimum slice start code, 0x00000100 is valid
Originally committed as revision 17133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cavs.h')
-rw-r--r--libavcodec/cavs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h
index 885a2cda9e..8d07aed0ac 100644
--- a/libavcodec/cavs.h
+++ b/libavcodec/cavs.h
@@ -25,7 +25,6 @@
#include "dsputil.h"
#include "mpegvideo.h"
-#define SLICE_MIN_START_CODE 0x00000101
#define SLICE_MAX_START_CODE 0x000001af
#define EXT_START_CODE 0x000001b5
#define USER_START_CODE 0x000001b2