]> git.sesse.net Git - ffmpeg/commit
avisynth: fix audio on big endian
authorStephen Hutchinson <qyot27@gmail.com>
Sun, 3 Jan 2021 22:58:36 +0000 (17:58 -0500)
committerStephen Hutchinson <qyot27@gmail.com>
Thu, 11 Mar 2021 19:21:30 +0000 (14:21 -0500)
commit16e8ea0dde6c0de9bb94d1634e0ed0ad85fd642e
treedc5f8cb5d1318c792517b7cf9a4b2d1427e8f7fe
parent8b74458d9303454fcbe9869a00df0c08461dfd4c
avisynth: fix audio on big endian

AviSynth+ outputs audio in the same format as the
OS, so assuming little endian formats as input
on big endian OSes results in nothing but static.

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