]> git.sesse.net Git - ffmpeg/commit
avisynth: more intelligent RGB flipping
authorStephen Hutchinson <qyot27@gmail.com>
Tue, 7 Apr 2020 23:47:43 +0000 (19:47 -0400)
committerStephen Hutchinson <qyot27@gmail.com>
Thu, 11 Mar 2021 19:21:30 +0000 (14:21 -0500)
commit4c40686ee25f2aae29a121fe9e52c5db41007b36
tree60cf1d499b68d269a03ed9204a5cd95ce3376428
parent9f1b808bded79b005874c1bb0e526e000d3ae8b2
avisynth: more intelligent RGB flipping

avs_is_color_space provides a generic way of checking whether the
video is RGB, and has been available through AVSC_API since 2.6.
This means that GetProcAddress doesn't have to run on every frame.

Signed-off-by: Stephen Hutchinson <qyot27@gmail.com>
libavformat/avisynth.c