From d934de5c5d9ff1d228d0113e31e182efe2a853aa Mon Sep 17 00:00:00 2001 From: Stefan Gehrer Date: Tue, 10 Feb 2009 16:34:45 +0000 Subject: do not check for minimum slice start code, 0x00000100 is valid Originally committed as revision 17133 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cavs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/cavs.h') 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 -- cgit v1.2.3