]> git.sesse.net Git - ffmpeg/commit
avcodec/dvdec: Don't use restrict directly to fix build on MSVC
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 10 Nov 2019 01:47:24 +0000 (02:47 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 11 Nov 2019 13:51:09 +0000 (14:51 +0100)
commitb25b6432a7345791c488fadba3bd1ac75ebb2cbb
tree1883518b20d039ef4551103c5d6e343526f96e9a
parent66ac7775f7264d2b700708aa7119e2a034532661
avcodec/dvdec: Don't use restrict directly to fix build on MSVC

004ebd4b added a function with a parameter that was declared as restrict
and not av_restrict. This is not supported by MSVC as several FATE-boxes
that now fail to build show. So use av_restrict.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tested-by: Matthias Troffaes <matthias.troffaes@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/dvdec.c