diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-04-01 17:30:45 +0200 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-05-16 14:13:03 -0700 |
commit | 901ff51116f831c9082e14c80c7481dd3999aa30 (patch) | |
tree | 4cc095090c03682cd006b522a4ff653577cc20f9 /libavformat/internal.h | |
parent | 9d5fa6182dd2e41d5c174b29ef2a1a2f83a02d23 (diff) | |
download | ffmpeg-901ff51116f831c9082e14c80c7481dd3999aa30.tar.gz |
ffmpeg: fix -aspect cli option
Redesign the way -aspect option is handled. This is done by making
ffmpeg read the sample aspect ratio set in the corresponding input
stream by default, and overriding it using the value specified by
-aspect.
If the output display aspect ratio is specified with -aspect, it is
set at the end of the filterchain, thus overriding the value set by
filters in the filterchain.
This implementation is more robust, since does not modify the
filterchain description (which was creating potential syntax errors).
(Cherry-pick abf8342aa94bdf06bb324f6723a6743dd628d5c6)
Another aspect ratio fix try. This leaves the setdar addition at the end
(preferred by people).
(Cherry-pick e7c7b0d000e81d24327602e04d8fed400dbb7193)
Diffstat (limited to 'libavformat/internal.h')
0 files changed, 0 insertions, 0 deletions