Re: [FFmpeg-devel] [PATCH] examples/decoding_encoding: Use the AVFrame width/height for processing images after decoding

2015-06-12 Thread Michael Niedermayer
On Thu, Jun 11, 2015 at 09:45:28AM +0200, Stefano Sabatini wrote: > On date Wednesday 2015-06-10 22:21:23 +0200, Michael Niedermayer encoded: > > This is what FFmpeg / FFplay do and it is more robust > > > > Signed-off-by: Michael Niedermayer > > --- > > doc/examples/decoding_encoding.c |2 +

Re: [FFmpeg-devel] [PATCH] examples/decoding_encoding: Use the AVFrame width/height for processing images after decoding

2015-06-11 Thread Stefano Sabatini
On date Wednesday 2015-06-10 22:21:23 +0200, Michael Niedermayer encoded: > This is what FFmpeg / FFplay do and it is more robust > > Signed-off-by: Michael Niedermayer > --- > doc/examples/decoding_encoding.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/examp

[FFmpeg-devel] [PATCH] examples/decoding_encoding: Use the AVFrame width/height for processing images after decoding

2015-06-10 Thread Michael Niedermayer
This is what FFmpeg / FFplay do and it is more robust Signed-off-by: Michael Niedermayer --- doc/examples/decoding_encoding.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/decoding_encoding.c b/doc/examples/decoding_encoding.c index 80da664..f6643f6 100644 -