| Index: patches/to_upstream/02_mov_dref_looping.patch | 
| =================================================================== | 
| --- patches/to_upstream/02_mov_dref_looping.patch	(revision 65184) | 
| +++ patches/to_upstream/02_mov_dref_looping.patch	(working copy) | 
| @@ -1,7 +1,7 @@ | 
| -diff -rpu -N orig/libavformat/mov.c ffmpeg-mt/libavformat/mov.c | 
| ---- orig/libavformat/mov.c	2010-10-11 16:54:07 -0700 | 
| -+++ ffmpeg-mt/libavformat/mov.c	2010-10-11 16:54:08 -0700 | 
| -@@ -344,6 +344,8 @@ static int mov_read_dref(MOVContext *c, | 
| +diff -wurp -N orig/libavformat/mov.c ffmpeg-mt/libavformat/mov.c | 
| +--- orig/libavformat/mov.c	2010-11-04 08:05:13 -0700 | 
| ++++ ffmpeg-mt/libavformat/mov.c	2010-11-04 08:05:16 -0700 | 
| +@@ -344,6 +344,8 @@ static int mov_read_dref(MOVContext *c, | 
| MOVDref *dref = &sc->drefs[i]; | 
| uint32_t size = get_be32(pb); | 
| int64_t next = url_ftell(pb) + size - 4; | 
|  |