Author: cmcq
Date: Fri Jul 31 14:47:55 2009
New Revision: 4860

Log:
Adjust decoding to correspond to the spec; I can't see why this line was here

Modified:
   amr/amrnbdec.c

Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c      Fri Jul 31 14:43:11 2009        (r4859)
+++ amr/amrnbdec.c      Fri Jul 31 14:47:55 2009        (r4860)
@@ -154,7 +154,6 @@ static enum Mode decode_bitstream(AMRCon
 
         if (mode == MODE_DTX) {
             p->cur_frame_type = RX_SID_FIRST; // get SID type bit
-            skip_bits(&p->gb, 4); // skip to the next byte
             if (get_bits1(&p->gb)) // use the update if there is one
                 p->cur_frame_type = RX_SID_UPDATE;
             /* RFC4867 specifies AMR IF1 from 3GPP TS 26.101 which reverses
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to