diff options
author | Zhao Zhili <zhilizhao@tencent.com> | 2022-06-24 12:04:04 +0800 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2022-06-26 21:50:28 +0200 |
commit | 3607d7bbea4fc3e601774e02ef734097f2d369af (patch) | |
tree | b09cda9cfd192fd86a20f3964a7384080ed86cb6 /RELEASE_NOTES | |
parent | 240d82f26eef10461c8b78b09a0db76c464deea8 (diff) | |
download | ffmpeg-3607d7bbea4fc3e601774e02ef734097f2d369af.tar.gz |
avcodec/cuviddec: fix AV1 decoding error
cuvidParseVideoData only supports pure OBUs, it reports an unknown
error with AV1CodecConfigurationRecord. Check whether extradata
is AV1CodecConfigurationRecord and skip the first 4 bytes to fix
the issue.
The bug is revealed in ffmpeg cmd since 45e3b6a68 and ffd1316e.
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Diffstat (limited to 'RELEASE_NOTES')
0 files changed, 0 insertions, 0 deletions