[FFmpeg-devel] [PATCH 1/2] avformat/matroskadec: set aspect ratio only when DisplayWidth and DisplayHeight are in pixels
James Almer
jamrial at gmail.com
Sun Oct 16 02:54:57 EEST 2016
On 10/15/2016 8:07 PM, Carl Eugen Hoyos wrote:
> 2016-10-16 0:09 GMT+02:00 James Almer <jamrial at gmail.com>:
>
>> + if (track->video.display_unit == MATROSKA_VIDEO_DISPLAYUNIT_PIXELS)
>
> If you don't mind please add braces here.
Added brackets, which i assume is what you meant.
>
> Both patches make sense afaict.
>
> Thank you, Carl Eugen
Pushed. Thanks.
More information about the ffmpeg-devel
mailing list