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

bcoudurier subversion
Wed Sep 24 19:17:11 CEST 2008


Author: bcoudurier
Date: Wed Sep 24 19:17:11 2008
New Revision: 15399

Log:
merge amr wb case with amr nb and qcelp

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Wed Sep 24 19:17:11 2008
@@ -985,11 +985,9 @@ static int mov_read_stsd(MOVContext *c, 
         break;
 #endif
     /* no ifdef since parameters are always those */
-    case CODEC_ID_AMR_WB:
-        st->codec->channels= 1; /* really needed */
-        break;
     case CODEC_ID_QCELP:
     case CODEC_ID_AMR_NB:
+    case CODEC_ID_AMR_WB:
         st->codec->frame_size= sc->samples_per_frame;
         st->codec->channels= 1; /* really needed */
         break;




More information about the ffmpeg-cvslog mailing list