Re: [FFmpeg-devel] [PATCH 10/10] avcodec/dca: remove useless debug message

2016-05-20 Thread James Almer
On 5/13/2016 6:48 AM, foo86 wrote: > Most DTS-in-WAV streams trigger this, making debug output hard to read. > --- > libavcodec/dca_core.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/libavcodec/dca_core.c b/libavcodec/dca_core.c > index f6c22ca..46825ed 100644 >

[FFmpeg-devel] [PATCH 10/10] avcodec/dca: remove useless debug message

2016-05-13 Thread foo86
Most DTS-in-WAV streams trigger this, making debug output hard to read. --- libavcodec/dca_core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavcodec/dca_core.c b/libavcodec/dca_core.c index f6c22ca..46825ed 100644 --- a/libavcodec/dca_core.c +++