GNOME Bugzilla – Bug 723357
riff: add RGB16 support
Last modified: 2018-11-03 11:28:25 UTC
Created attachment 267720 [details] [review] riff: add RGB16 support * actual result: avidemux does not support RGB16 * random riff kind of spec I found: http://netghost.narod.ru/gff/vendspec/micriff/ms_riff.txt I can read "RGB565"
Comment on attachment 267720 [details] [review] riff: add RGB16 support This is not correct, as RGB16 is in native endianness. On big endian you will need to use BGR16 here.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/106.