| Index: patches/ugly/08_enforce_theora_oob.patch
|
| ===================================================================
|
| --- patches/ugly/08_enforce_theora_oob.patch (revision 50820)
|
| +++ patches/ugly/08_enforce_theora_oob.patch (working copy)
|
| @@ -1,6 +1,6 @@
|
| diff -rpu -N orig/libavcodec/vp3.c ffmpeg-mt/libavcodec/vp3.c
|
| ---- orig/libavcodec/vp3.c 2010-06-17 09:39:47.729307500 -0700
|
| -+++ ffmpeg-mt/libavcodec/vp3.c 2010-06-17 09:39:49.090443600 -0700
|
| +--- orig/libavcodec/vp3.c 2010-06-24 19:19:47.029121600 -0700
|
| ++++ ffmpeg-mt/libavcodec/vp3.c 2010-06-24 19:19:48.932346000 -0700
|
| @@ -868,6 +868,11 @@ static int unpack_vlcs(Vp3DecodeContext
|
| int num_coeffs = s->num_coded_frags[plane][coeff_index];
|
| int16_t *dct_tokens = s->dct_tokens[plane][coeff_index];
|
|
|