Author: reynaldo
Date: Wed Aug  8 07:38:44 2007
New Revision: 624

Log:
nit -- we always get 160 samples per frame/packet, got normal playback speed 
now :-)

Modified:
   qcelp/qcelpdec.c

Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c    (original)
+++ qcelp/qcelpdec.c    Wed Aug  8 07:38:44 2007
@@ -733,7 +733,7 @@ static int qcelp_decode_frame(AVCodecCon
 
     }
 
-    *data_size=buf_size;
+    *data_size=160;
     return *data_size;
 }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to