aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/libutvideodec.cpp
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-09-02 20:55:35 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-11-22 19:06:12 +0100
commit8437cc72060f3fb057b96a908b33e9954074bac7 (patch)
tree98b7a842c47abcccf45782c5be022874fba4acab /libavcodec/libutvideodec.cpp
parent9146a476003cbf3adef88d26834928e53f9a9d8b (diff)
downloadffmpeg-8437cc72060f3fb057b96a908b33e9954074bac7.tar.gz
ffv1dec: Avoid unnecessarily large stack usage and copies.
Ideally the compiler could figure this out on its own, but it seems it can't. An alternative that would avoid the messy explicit memcpy would be to use a sub-struct for the parts that should be preserved, which can then simply be assigned. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/libutvideodec.cpp')
0 files changed, 0 insertions, 0 deletions