summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@smartjog.com>2006-02-22 23:46:20 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-02-22 23:46:20 +0000
commitb4712e3c8b3f647143ce2c1ea2144ebe14042ffb (patch)
treeb1135f2fa0559b3d039de87dd6cc0eddcc3e283c /libavformat/mov.c
parent70b0bb8772ea6d101569eac914e1608a00cb561c (diff)
CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)
Originally committed as revision 5051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 94ee0d9b57..7449925d23 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -283,11 +283,6 @@ typedef struct {
struct MOVParseTableEntry;
-typedef struct Time2Sample{
- int count;
- int duration;
-}Time2Sample;
-
typedef struct MOVStreamContext {
int ffindex; /* the ffmpeg stream id */
int is_ff_stream; /* Is this stream presented to ffmpeg ? i.e. is this an audio or video stream ? */