Mercurial > libavformat.hg
changeset 1155:e47fea3a5469 libavformat
clean
author | bcoudurier |
---|---|
date | Fri, 07 Jul 2006 08:45:50 +0000 |
parents | 322bb8541a9e |
children | a400f2a2f248 |
files | mov.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Thu Jul 06 14:57:55 2006 +0000 +++ b/mov.c Fri Jul 07 08:45:50 2006 +0000 @@ -979,11 +979,6 @@ 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;