[FFmpeg-devel] [PATCH] lavf/matroskaenc.c: add early support for colour elements

Neil Birkbeck neil.birkbeck at gmail.com
Fri Nov 4 16:42:14 EET 2016


>
>
> This seems to have been made official now, as usual under version 4
> like every other new element.
> https://github.com/Matroska-Org/libmatroska/commit/
> cd05bc14b42bd88218c61837208fa2b6c79b1de4
>
> Could you confirm there were no changes to the draft and remove the
> experimental checks for both decoder and encoder?
>

There were no more changes to the draft that affected what was in this
patch. However, from the muxer side, the last I checked there were still
players that bailed out on any unknown elements (e.g., chrome, when playing
back through media source extensions). And on the decoder, I've noticed an
issue when the matroska_track_video_color is not specified: the defaults
specified in the EbmlSyntax for this element were not propagated to the
nested struct. Let me address that one first.


More information about the ffmpeg-devel mailing list