GNOME Bugzilla – Bug 159755
[PATCH] use ffmpeg pixel-aspect-ratio if available
Last modified: 2004-12-22 21:47:04 UTC
Patch to add p-a-r from ffmpeg if available instead of passing p-a-r on from the demuxer. The latter is maybe questionable, but while working on this i first tried to get the ratio from qtdemux, which often seems incorrect.
Created attachment 34250 [details] [review] pass ffmpeg p-a-r on
setting priority to high, adding PATCH keyword, confirming bug as it provides a patch to add this functionnality
I committed this in an alternative form. Your patch didn't set the PAR if the demuxer provided it, btw, that part was broken. ;). I also moved negotiation outside the _chain() function since the function became too large.