Re: [libav-devel] [PATCH] indeo4: Rework stream analysis report

2016-03-22 Thread Vittorio Giovara
On Tue, Mar 22, 2016 at 8:43 AM, Diego Biurrun wrote: > On Sat, Mar 19, 2016 at 05:07:37PM -0400, Vittorio Giovara wrote: >> * Change log level from error to debug >> * Print report after the first decoded frame, not at the end of decoding >> * Drop macro guard and use a

Re: [libav-devel] [PATCH] indeo4: Rework stream analysis report

2016-03-22 Thread Luca Barbato
On 19/03/16 22:07, Vittorio Giovara wrote: > * Change log level from error to debug > * Print report after the first decoded frame, not at the end of decoding > * Drop macro guard and use a context variable instead > > Signed-off-by: Vittorio Giovara > --- >

Re: [libav-devel] [PATCH] indeo4: Rework stream analysis report

2016-03-22 Thread Diego Biurrun
On Sat, Mar 19, 2016 at 05:07:37PM -0400, Vittorio Giovara wrote: > * Change log level from error to debug > * Print report after the first decoded frame, not at the end of decoding > * Drop macro guard and use a context variable instead > > Signed-off-by: Vittorio Giovara

[libav-devel] [PATCH] indeo4: Rework stream analysis report

2016-03-19 Thread Vittorio Giovara
* Change log level from error to debug * Print report after the first decoded frame, not at the end of decoding * Drop macro guard and use a context variable instead Signed-off-by: Vittorio Giovara --- libavcodec/indeo4.c | 11 +-- libavcodec/ivi.c| 33