2019-01-24 0:29 GMT+01:00, Carl Eugen Hoyos <ceffmpeg at gmail.com>: > Attached patch fixes ticket #7661 for me. > + if (avio_rb24(s->pb) != MKBETAG(0, 0xef, 0xbb, 0xbf)) Changed locally to: + if (avio_rb24(s->pb) != 0xefbbbf) Carl Eugen