a64multienc: remove dead assignment

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/77/merge
Timothy Gu 10 years ago committed by Michael Niedermayer
parent b64808e9dd
commit cd3c85ac5c
  1. 1
      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 */

Loading…
Cancel
Save