summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-07 08:45:50 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-07 08:45:50 +0000
commit421de2575bf543a3509dc85df666d5f38299ba55 (patch)
treef07ab530d8b8461888512d55fcbe35b1fc6713ac /libavformat/mov.c
parent913e93d5f2639bf46d2e9acfc7df0e15b200e005 (diff)
clean
Originally committed as revision 5653 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 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;