2019-01-24 0:29 GMT+01:00, Carl Eugen Hoyos <ceffm...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to