diff isom.h @ 5369:347123a18feb libavformat

Search relative path according to alias record when opening mov reference files. Based on patch by Maksym Veremeyenko, verem at m1stereo dot tv
author bcoudurier
date Sun, 15 Nov 2009 03:26:47 +0000
parents 047f527ae157
children cce2ae0f48a0
line wrap: on
line diff
--- a/isom.h	Fri Nov 13 10:19:42 2009 +0000
+++ b/isom.h	Sun Nov 15 03:26:47 2009 +0000
@@ -56,6 +56,10 @@
 typedef struct {
     uint32_t type;
     char *path;
+    char *dir;
+    char volume[28];
+    char filename[64];
+    int16_t nlvl_to, nlvl_from;
 } MOVDref;
 
 typedef struct {