[FFmpeg-devel] [PATCH 1/1] Display a more descriptive log message when probe buffer limit is reached.

Michael Niedermayer michaelni
Mon May 24 18:07:25 CEST 2010


On Mon, May 24, 2010 at 09:28:07PM +0530, Jai Menon wrote:
> ---
>  libavformat/utils.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libavformat/utils.c b/libavformat/utils.c
> index 22c833d..62c56e4 100644
> --- a/libavformat/utils.c
> +++ b/libavformat/utils.c
> @@ -2194,7 +2194,7 @@ int av_find_stream_info(AVFormatContext *ic)
>          /* we did not get all the codec info, but we read too much data */
>          if (read_size >= ic->probesize) {
>              ret = count;
> -            av_log(ic, AV_LOG_DEBUG, "MAX_READ_SIZE:%d reached\n", ic->probesize);
> +            av_log(ic, AV_LOG_DEBUG, "Probe buffer size limit %d reached\n", ic->probesize);

ok

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100524/ad8c4bae/attachment.pgp>



More information about the ffmpeg-devel mailing list