pcmenc: remove dead increment

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-11-18 21:12:25 +00:00
parent 6557c46d91
commit 0df7d95a5e
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ static int pcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
#endif /* HAVE_BIGENDIAN */
case AV_CODEC_ID_PCM_U8:
memcpy(dst, samples, n * sample_size);
dst += n * sample_size;
break;
case AV_CODEC_ID_PCM_ALAW:
for (; n > 0; n--) {