The code already checks for the end everywhere Signed-off-by: Michael Niedermayer <[email protected]> --- libavcodec/magicyuv.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/libavcodec/magicyuv.c b/libavcodec/magicyuv.c index 78d7f44cd65..2ab29df2f51 100644 --- a/libavcodec/magicyuv.c +++ b/libavcodec/magicyuv.c @@ -23,6 +23,7 @@ #include <string.h> #define CACHED_BITSTREAM_READER !ARCH_X86_32 +#define UNCHECKED_BITSTREAM_READER 1 #include "libavutil/pixdesc.h" -- 2.17.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
