Commit 7218a978 authored by bcoudurier's avatar bcoudurier

remove obsolete comments

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11912 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8cd7311d
......@@ -741,9 +741,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
st->codec->channels = get_be16(pb); /* channel count */
dprintf(c->fc, "audio channels %d\n", st->codec->channels);
st->codec->bits_per_sample = get_be16(pb); /* sample size */
/* do we need to force to 16 for AMR ? */
/* handle specific s8 codec */
sc->audio_cid = get_be16(pb);
get_be16(pb); /* packet size = 0 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment