Blender Git Loki
Git Commits -> Revision c5db027
Revision c5db027 by Philipp Oeser (master) September 27, 2019, 10:02 (GMT) |
Fix T70276: View animation with jpeg 2000 image will crash player Since our ffmpeg is built with openjpeg support and thus can decode jpeg 2000 (in both J2K and JP2 codec flavors as well as high bitdepths), added these extensions to the supported list. Also IMB_ispic > IMB_ispic_type > imb_is_a_jp2 was only testing for jp2, now do both jp2/j2k. Reviewers: brecht Maniphest Tasks: T70276 Differential Revision: https://developer.blender.org/D5909 |
Commit Details:
Full Hash: c5db0272d4befa4ee8c7da8dec8932e379a7275f
Parent Commit: 4b206d9
Lines Changed: +3, -1