Re: [FFmpeg-devel] [PATCH]lavc/exr: Move setting SAR down

2016-01-30 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > > Please comment, Carl Eugen > > > > lgtm Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]lavc/exr: Move setting SAR down

2016-01-27 Thread Paul B Mahol
On 1/27/16, Carl Eugen Hoyos wrote: > Hi! > > Calling ff_set_sar() before a resolution is set leads to no > aspect ratio being set. I did not find anything in the exr > specification that requires an order of attributes, so move > the call down to ensure it is never called before resolution > was