Author: reynaldo
Date: Thu Aug 30 18:43:12 2007
New Revision: 1248

Log:
Gets rid of a zeroing leftover spoted by Aurelien Jacobs

Modified:
   qcelp/qcelpdec.c

Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c    (original)
+++ qcelp/qcelpdec.c    Thu Aug 30 18:43:12 2007
@@ -85,8 +85,6 @@ static int qcelp_decode_init(AVCodecCont
     if(q->frame == NULL)
         return -1;
 
-    q->frame_num=0;
-
     return 0;
 }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to