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

bcoudurier subversion
Fri Apr 25 15:45:47 CEST 2008


Author: bcoudurier
Date: Fri Apr 25 15:45:46 2008
New Revision: 12958

Log:
cosmetics

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Fri Apr 25 15:45:46 2008
@@ -923,7 +923,7 @@ static int mov_read_stsd(MOVContext *c, 
         break;
     case CODEC_ID_QCELP:
     case CODEC_ID_AMR_NB:
-        st->codec->frame_size = sc->samples_per_frame;
+        st->codec->frame_size= sc->samples_per_frame;
         st->codec->sample_rate= 8000;
         st->codec->channels= 1; /* really needed */
         break;




More information about the ffmpeg-cvslog mailing list