remove obsolete comments
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 11 Feb 2008 22:34:43 +0000 (22:34 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 11 Feb 2008 22:34:43 +0000 (22:34 +0000)
Originally committed as revision 11912 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mov.c

index d043407c373e9451dcb9208237f0eb4df66b9497..a0555d3780177c5169f4ea91f45aa9667c7a4aa5 100644 (file)
@@ -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 */