| Index: patches/to_upstream/02_mov_dref_looping.patch
|
| ===================================================================
|
| --- patches/to_upstream/02_mov_dref_looping.patch (revision 50820)
|
| +++ patches/to_upstream/02_mov_dref_looping.patch (working copy)
|
| @@ -1,6 +1,6 @@
|
| diff -rpu -N orig/libavformat/mov.c ffmpeg-mt/libavformat/mov.c
|
| ---- orig/libavformat/mov.c 2010-06-17 09:42:17.532286300 -0700
|
| -+++ ffmpeg-mt/libavformat/mov.c 2010-06-17 09:42:18.696402700 -0700
|
| +--- orig/libavformat/mov.c 2010-06-24 19:19:08.059822000 -0700
|
| ++++ ffmpeg-mt/libavformat/mov.c 2010-06-24 19:19:09.853845000 -0700
|
| @@ -342,6 +342,8 @@ static int mov_read_dref(MOVContext *c,
|
| MOVDref *dref = &sc->drefs[i];
|
| uint32_t size = get_be32(pb);
|
|
|