Re: [FFmpeg-devel] [PATCH]lavf/mp3dec: Silence a warning if it makes no sense

2015-09-18 Thread wm4
On 16.09.2015 12:16, Carl Eugen Hoyos wrote: Hi! Attached patch silences the following warning: Skipping 0 bytes of junk at 5772990. NACK. It logs the byte position, and also you can know if the ffmpeg version includes this code. ___ ffmpeg-devel

[FFmpeg-devel] [PATCH]lavf/mp3dec: Silence a warning if it makes no sense

2015-09-16 Thread Carl Eugen Hoyos
Hi! Attached patch silences the following warning: Skipping 0 bytes of junk at 5772990. Please comment, Carl Eugen diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index d3080d7..17440b5 100644 --- a/libavformat/mp3dec.c +++ b/libavformat/mp3dec.c @@ -377,6 +377,7 @@ static int

Re: [FFmpeg-devel] [PATCH]lavf/mp3dec: Silence a warning if it makes no sense

2015-09-16 Thread Hendrik Leppkes
On Wed, Sep 16, 2015 at 12:16 PM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch silences the following warning: > Skipping 0 bytes of junk at 5772990. Please fix the indentation of the av_log line. - Hendrik ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]lavf/mp3dec: Silence a warning if it makes no sense

2015-09-16 Thread Paul B Mahol
On 9/16/15, Carl Eugen Hoyos wrote: > Hi! > > Attached patch silences the following warning: > Skipping 0 bytes of junk at 5772990. > > Please comment, Carl Eugen > No. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org