]> git.sesse.net Git - ffmpeg/commit
avfilter/video: pick sar from link
authorPaul B Mahol <onemda@gmail.com>
Thu, 7 Dec 2017 09:22:32 +0000 (10:22 +0100)
committerPaul B Mahol <onemda@gmail.com>
Sat, 23 Dec 2017 09:48:14 +0000 (10:48 +0100)
commit4754d70a23255bb378975258eff296d9bdebb687
treed331ac0168b5f106d9fe64f88b21154ba20174f0
parentd02289c386ecf1c07f2441674c550008cb869d50
avfilter/video: pick sar from link

It should not be needed for each filter that sets sample aspect ratio
to set it explicitly also for each and every frame, instead that is
automatically done in get_buffer call.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavfilter/video.c