[FFmpeg-cvslog] avformat/mpegenc: improve field names in underflow error message

Michael Niedermayer git at videolan.org
Thu Sep 26 03:28:50 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Sep 26 01:07:24 2013 +0200| [ddd0e23d587e3e7ae81ee8a16a079221b0232782] | committer: Michael Niedermayer

avformat/mpegenc: improve field names in underflow error message

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ddd0e23d587e3e7ae81ee8a16a079221b0232782
---

 libavformat/mpegenc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c
index 6f6da5c..afec598 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;
             }



More information about the ffmpeg-cvslog mailing list