diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c index 6f6da5c83d..afec598af7 100644 --- a/libavformat/mpegenc.c +++ b/libavformat/mpegenc.c @@ -906,7 +906,7 @@ static int remove_decoded_packets(AVFormatContext *ctx, int64_t scr){ if(stream->buffer_index < pkt_desc->size || stream->predecode_packet == stream->premux_packet){ av_log(ctx, AV_LOG_ERROR, - "buffer underflow i=%d bufi=%d size=%d\n", + "buffer underflow st=%d bufi=%d size=%d\n", i, stream->buffer_index, pkt_desc->size); break; }