diff mov.h @ 971:43f85eba04c4 libavformat

CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)
author michael
date Wed, 22 Feb 2006 23:46:20 +0000
parents 4e7a66723f1d
children 172781cd7c9d
line wrap: on
line diff
--- a/mov.h	Wed Feb 22 00:18:12 2006 +0000
+++ b/mov.h	Wed Feb 22 23:46:20 2006 +0000
@@ -4,4 +4,9 @@
 /* mov.c */
 extern const CodecTag ff_mov_obj_type[];
 
+typedef struct Time2Sample{
+    int count;
+    int duration;
+}Time2Sample;
+
 #endif /* FFMPEG_MOV_H */