[libav-devel] [PATCH v2] avplay: apply the stream sample_aspect_ratio to decoded video frames

2013-02-07 Thread Vladimir Pantelic
If there is a sample_aspect_ratio in the stream, then apply it to every decoded frame in the same way as avconv does. This also makes sure that the avfilter chain has access to the aspect ratio. Signed-off-by: Vladimir Pantelic vlado...@gmail.com --- avplay.c |3 +++ 1 files changed, 3

Re: [libav-devel] [PATCH v2] avplay: apply the stream sample_aspect_ratio to decoded video frames

2013-02-07 Thread Anton Khirnov
On Thu, 7 Feb 2013 18:42:39 +0100, Vladimir Pantelic vlado...@gmail.com wrote: If there is a sample_aspect_ratio in the stream, then apply it to every decoded frame in the same way as avconv does. This also makes sure that the avfilter chain has access to the aspect ratio. Signed-off-by: