[FFmpeg-soc] [soc]: r1169 - qcelp/qcelpdec.c

reynaldo subversion at mplayerhq.hu
Thu Aug 23 21:07:39 CEST 2007


Author: reynaldo
Date: Thu Aug 23 21:07:39 2007
New Revision: 1169

Log:
Remove NOP

Modified:
   qcelp/qcelpdec.c

Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c	(original)
+++ qcelp/qcelpdec.c	Thu Aug 23 21:07:39 2007
@@ -833,10 +833,6 @@ static int qcelp_decode_frame(AVCodecCon
 
     }
 
-    /* skip padding byte if codec_frame_fmt */
-
-    skip_bits(&q->gb, 8*(buf_size - is_codecframe_fmt) - q->frame->bits);
-
     /**
      * check for erasures/blanks on rates 1, 1/4 and 1/8
      */



More information about the FFmpeg-soc mailing list