You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
remove obsolete comments
Originally committed as revision 11912 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 */
|
st->codec->channels = get_be16(pb); /* channel count */
|
||||||
dprintf(c->fc, "audio channels %d\n", st->codec->channels);
|
dprintf(c->fc, "audio channels %d\n", st->codec->channels);
|
||||||
st->codec->bits_per_sample = get_be16(pb); /* sample size */
|
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);
|
sc->audio_cid = get_be16(pb);
|
||||||
get_be16(pb); /* packet size = 0 */
|
get_be16(pb); /* packet size = 0 */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user