From 421de2575bf543a3509dc85df666d5f38299ba55 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 7 Jul 2006 08:45:50 +0000 Subject: [PATCH] clean Originally committed as revision 5653 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 955ffa9279..b5325afee7 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -979,11 +979,6 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) st->codec->bits_per_sample = get_be16(pb); /* depth */ st->codec->color_table_id = get_be16(pb); /* colortable id */ -/* These are set in mov_read_stts and might already be set! - st->codec->time_base.den = 25; - st->codec->time_base.num = 1; -*/ - /* figure out the palette situation */ color_depth = st->codec->bits_per_sample & 0x1F; color_greyscale = st->codec->bits_per_sample & 0x20;