diff --git a/libavcodec/nellymoserenc.c b/libavcodec/nellymoserenc.c index e1fc6f02ba9915383fb918c15e06d2827395d250..03db30c109dbbd1bc8d7e1c26dd5273f4606b39b 100644 --- a/libavcodec/nellymoserenc.c +++ b/libavcodec/nellymoserenc.c @@ -331,6 +331,8 @@ static void encode_block(NellyMoserEncodeContext *s, unsigned char *output, int if (!block) put_bits(&pb, NELLY_HEADER_BITS + NELLY_DETAIL_BITS - put_bits_count(&pb), 0); } + + flush_put_bits(&pb); } static int encode_frame(AVCodecContext *avctx, uint8_t *frame, int buf_size, void *data)