[vlc-commits] es_out: fix read overflow

Francois Cartegnie git at videolan.org
Sun Dec 25 19:04:19 CET 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Dec 25 18:48:38 2016 +0100| [34ddbe467ec03a677e9f5c4467284a56e45d27f5] | committer: Francois Cartegnie

es_out: fix read overflow

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34ddbe467ec03a677e9f5c4467284a56e45d27f5
---

 src/input/es_out.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/input/es_out.c b/src/input/es_out.c
index 1432107..986f29c 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -3057,6 +3057,7 @@ static void EsOutUpdateInfo( es_out_t *out, es_out_id_t *es, const es_format_t *
                N_("Linear"),
                "sRGB",
                "ITU-R BT.709, ITU-R BT.2020",
+               "SMPTE ST2084",
            };
            info_category_AddInfo( p_cat, _("Color transfer function"), "%s",
                                   _(func_names[fmt->video.transfer]) );



More information about the vlc-commits mailing list