OSDN Git Service

lavf/matroskaenc.c: add early support for colour elements
authorNeil Birkbeck <neil.birkbeck@gmail.com>
Mon, 7 Mar 2016 22:42:47 +0000 (14:42 -0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 20 Mar 2016 23:10:18 +0000 (00:10 +0100)
commite7e5c5e6c4d7e85531bd90a84cbd35c3d84f0453
treefa6fd4a70b8ec005c6675d7342088459fed6a7fd
parent8f66a2da38094cf09f9b6f109bcde251e8ec7795
lavf/matroskaenc.c: add early support for colour elements

Adding early support for a subset of the proposed colour elements
according to the latest version of spec:
https://mailarchive.ietf.org/arch/search/?email_list=cellar&gbt=1&index=hIKLhMdgTMTEwUTeA4ct38h0tmE

Like matroskadec, I've left out elements for pix_fmt related things
 as there still seems to be some discussion around these.

The new elements are exposed under strict experimental mode.

Signed-off-by: Neil Birkbeck <neil.birkbeck@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/matroskaenc.c