Author: reynaldo
Date: Thu Aug 23 21:09:14 2007
New Revision: 1170

Log:
There is no need to trust claimed rate that much when we can figure out latter 
if frame is realy of insufficient quality

Modified:
   qcelp/qcelpdec.c

Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c    (original)
+++ qcelp/qcelpdec.c    Thu Aug 23 21:09:14 2007
@@ -809,7 +809,6 @@ static int qcelp_decode_frame(AVCodecCon
         {
            av_log(avctx, AV_LOG_WARNING,
                   "Claimed rate and buffer size missmatch\n");
-           is_ifq=1;
         }
     }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to