diff options
author | Philip Langdale <philipl@overt.org> | 2017-11-26 20:40:32 -0800 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2017-11-26 20:52:38 -0800 |
commit | b93d96a07be40f8e5d267d55fe961285586c0fd7 (patch) | |
tree | fcd9fe39d2e65901da1558f6d0acf3f42ba2b410 /libavresample | |
parent | 8e7ac4f04903464e78b2cf374e0eacd1b531be18 (diff) | |
download | ffmpeg-b93d96a07be40f8e5d267d55fe961285586c0fd7.tar.gz |
avcodec/nvdec: Make vp8 initialisation more 'compatible'
Ancient versions of gcc (pre 4.6) can't directly initialise
members of anonymous inner unions/structs by name.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10676
Unfortunately, RHEL 6 shipped with one of these ancient
versions and so we're stuck with it until approximately the
heat death of the universe.
Putting explicit braces into the initialisation is possibly a
work-around but the behaviour there was never fully understood
before direct initialisation was made to work.
So, this may or may not work.
Diffstat (limited to 'libavresample')
0 files changed, 0 insertions, 0 deletions