From adeb907137439b35704de4cb51e51b09599ef267 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 15 Nov 2009 03:26:47 +0000 Subject: Search relative path according to alias record when opening mov reference files. Based on patch by Maksym Veremeyenko, verem at m1stereo dot tv Originally committed as revision 20539 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index 7799a09257..abd5f97f56 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -56,6 +56,10 @@ typedef struct { typedef struct { uint32_t type; char *path; + char *dir; + char volume[28]; + char filename[64]; + int16_t nlvl_to, nlvl_from; } MOVDref; typedef struct { -- cgit v1.2.3