From e67fe068f14f76419eb7ee4af9705967daa4d3ea Mon Sep 17 00:00:00 2001 From: thebluepotato Date: Mon, 18 Jan 2016 17:39:06 +0100 Subject: [PATCH] Adding forgotten comma... *sigh* --- libs/enzyme/fourcc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/enzyme/fourcc.py b/libs/enzyme/fourcc.py index 3fc6a89..fc62188 100644 --- a/libs/enzyme/fourcc.py +++ b/libs/enzyme/fourcc.py @@ -794,7 +794,7 @@ FOURCC = { 'WVP2': 'WVP2 codec', 'X263': 'Xirlink H.263', 'X264': 'XiWave GNU GPL x264 MPEG-4 Codec', - 'X265': 'H.265 HEVC' + 'X265': 'H.265 HEVC', 'XLV0': 'NetXL Video Decoder', 'XMPG': 'Xing MPEG (I-Frame only)', 'XVID': 'XviD MPEG-4',