mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
avformat/mpegenc: improve field names in underflow error message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
851a6e2f1a
commit
ddd0e23d58
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user