[FFmpeg-devel] [PATCH 2/2] libx265: Only set the SAR if it is valid

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Apr 10 16:24:34 CEST 2014


Derek Buitenhuis <derek.buitenhuis <at> gmail.com> writes:

> +    if (avctx->sample_aspect_ratio.num > 0 && 
> avctx->sample_aspect_ratio.den > 0) {

If this fixes ticket #3502, please add a reference to the commit message.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list