[FFmpeg-cvslog] r11912 - trunk/libavformat/mov.c

bcoudurier subversion
Mon Feb 11 23:34:43 CET 2008


Author: bcoudurier
Date: Mon Feb 11 23:34:43 2008
New Revision: 11912

Log:
remove obsolete comments

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Mon Feb 11 23:34:43 2008
@@ -741,9 +741,7 @@ static int mov_read_stsd(MOVContext *c, 
             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 */
 




More information about the ffmpeg-cvslog mailing list