diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-07-17 19:25:43 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-18 04:56:18 +0200 |
commit | cd3c85ac5cb2887e0fe0a88139e715066a7392c3 (patch) | |
tree | debc8ce7a74e568881d3eeef1c5ce97b4cf5f877 | |
parent | b64808e9ddc832e21e76497d00d820113d7de57a (diff) | |
download | ffmpeg-cd3c85ac5cb2887e0fe0a88139e715066a7392c3.tar.gz |
a64multienc: remove dead assignment
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/a64multienc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/a64multienc.c b/libavcodec/a64multienc.c index 306777418d..9760298c24 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 */ |