[FFmpeg-cvslog] cosmetics: remove some needless commented-out stuff

Justin Ruggles git at videolan.org
Fri Oct 21 02:37:09 CEST 2011


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Fri Sep 16 15:39:51 2011 -0400| [034f42dfce8ef8069959707bfbc6d0e79ab86885] | committer: Justin Ruggles

cosmetics: remove some needless commented-out stuff

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=034f42dfce8ef8069959707bfbc6d0e79ab86885
---

 libavcodec/shorten.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index 3f06e57..aeb07d7 100644
--- a/libavcodec/shorten.c
+++ b/libavcodec/shorten.c
@@ -409,7 +409,6 @@ static int shorten_decode_frame(AVCodecContext *avctx,
         input_buf_size= buf_size;
 
         if(s->bitstream_index + s->bitstream_size + buf_size > s->allocated_bitstream_size){
-            //                printf("memmove\n");
             memmove(s->bitstream, &s->bitstream[s->bitstream_index], s->bitstream_size);
             s->bitstream_index=0;
         }
@@ -556,7 +555,6 @@ static int shorten_decode_frame(AVCodecContext *avctx,
         }
     }
 
-    //    s->last_blocksize = s->blocksize;
     s->bitindex = get_bits_count(&s->gb) - 8*((get_bits_count(&s->gb))/8);
     i= (get_bits_count(&s->gb))/8;
     if (i > buf_size) {



More information about the ffmpeg-cvslog mailing list