[vlc-devel] [PATCH 1/5] x264: replace empty label

Lyndon Brown jnqnfe at gmail.com
Mon Sep 28 01:59:31 CEST 2020


From: Lyndon Brown <jnqnfe at gmail.com>
Date: Sat, 11 May 2019 00:25:24 +0100
Subject: x264: replace empty label

and capitalise

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 1e04a9ca01..cf4e5ec911 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -435,7 +435,7 @@ static const char *const direct_pred_list_text[] =
 static const int framepacking_list[] =
   { -1, 0, 1, 2, 3, 4, 5, 6 };
 static const char *const framepacking_list_text[] =
-  { "", N_("checkerboard"), N_("column alternation"), N_("row alternation"), N_("side by side"), N_("top bottom"), N_("frame alternation"), N_("2D") };
+  { N_("Unset"), N_("Checkerboard"), N_("Column alternation"), N_("Row alternation"), N_("Side by side"), N_("Top bottom"), N_("Frame alternation"), N_("2D") };
 
 vlc_module_begin ()
 #ifdef MODULE_NAME_IS_x26410b



More information about the vlc-devel mailing list