You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opus: Try to decode invalid image tags manually. Closes: #1387
opus_picture_tag_parse() will return an error on picture metadata with
non-zero width/height but 0 for depth. Unfortunately a lot of programs
write such tags because they were generally accepted for Ogg container
files containing Vorbis audio, and are strictly advisory (they don't
affect image decoding). Other programs (e.g. VLC) seem to also decode
Opus picture tags manually as well.
Co-authored-by: Thomas Lange <[email protected]>
0 commit comments