[FFmpeg-cvslog] a64multienc: remove dead assignment

Timothy Gu git at videolan.org
Fri Jul 18 05:14:42 CEST 2014


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Thu Jul 17 19:25:43 2014 -0700| [cd3c85ac5cb2887e0fe0a88139e715066a7392c3] | committer: Michael Niedermayer

a64multienc: remove dead assignment

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/a64multienc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/a64multienc.c b/libavcodec/a64multienc.c
index 3067774..9760298 100644
--- a/libavcodec/a64multienc.c
+++ b/libavcodec/a64multienc.c
@@ -351,7 +351,6 @@ static int a64multi_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
 
             /* advance pointers */
             buf      += charset_size;
-            charset  += charset_size;
         }
 
         /* write x frames to buf */



More information about the ffmpeg-cvslog mailing list