Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
dd9a1957
Commit
dd9a1957
authored
May 01, 2013
by
Christoph Miebach
Committed by
Jean-Baptiste Kempf
May 02, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove more unused msgid defines and de-duplication
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
e19d9193
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3 additions
and
25 deletions
+3
-25
include/vlc_config_cat.h
include/vlc_config_cat.h
+0
-11
modules/access/decklink.cpp
modules/access/decklink.cpp
+1
-1
modules/access/jack.c
modules/access/jack.c
+1
-1
modules/access/sftp.c
modules/access/sftp.c
+0
-2
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/avcodec.h
+0
-1
modules/codec/fdkaac.c
modules/codec/fdkaac.c
+0
-3
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.cpp
+0
-4
modules/video_filter/deinterlace/deinterlace.c
modules/video_filter/deinterlace/deinterlace.c
+0
-1
modules/video_output/decklink.cpp
modules/video_output/decklink.cpp
+1
-1
No files found.
include/vlc_config_cat.h
View file @
dd9a1957
...
...
@@ -85,7 +85,6 @@
#define SUBPIC_HELP N_( "Settings related to On-Screen-Display,"\
" subtitles and \"overlay subpictures\"")
/*
#define TEXT_TITLE N_("Text rendering")
#define TEXT_HELP N_( \
"Use the settings of the \"freetype\" module to choose the font you " \
"want VLC to use for text rendering (to display subtitles for example).")
...
...
@@ -190,23 +189,15 @@
#define NETWORK_HELP N_( "These modules provide network functions to all " \
"other parts of VLC." )
#define CHROMA_TITLE N_("Chroma modules settings")
#define CHROMA_HELP N_("These settings affect chroma transformation modules.")
#define PACKETIZER_TITLE N_("Packetizer modules settings" )
#define PACKETIZER_HELP "These are general settings for the "\
"packetizers used in VLC's stream output subsystem."
#define ENCODER_TITLE N_("Encoders settings")
#define ENCODER_HELP N_( \
"These are general settings for video/audio/subtitle encoding modules.")
#define DIALOGS_TITLE N_("Dialog providers settings")
#define DIALOGS_HELP N_( \
"Dialog providers can be configured here.")
#define SUBTITLE_DEMUX_TITLE N_("Subtitle demuxer settings")
#define SUBTITLE_DEMUX_HELP N_( \
"In this section you can force the behavior of the subtitle demuxer, " \
"for example by setting the subtitle type or file name.")
...
...
@@ -215,8 +206,6 @@
* A little help for modules with unknown capabilities
*/
#define UNKNOWN_TITLE N_("No help available" )
#define UNKNOWN_HELP N_("There is no help available for these modules.")
#endif
/* This function is deprecated and is kept only for compatibility */
...
...
modules/access/decklink.cpp
View file @
dd9a1957
...
...
@@ -58,7 +58,7 @@ static void Close(vlc_object_t *);
"Valid choices: embedded, aesebu, analog. " \
"Leave blank for card default.")
#define RATE_TEXT N_("Audio sampl
ing rate in Hz
")
#define RATE_TEXT N_("Audio sampl
erate (Hz)
")
#define RATE_LONGTEXT N_( \
"Audio sampling rate (in hertz) for DeckLink captures. " \
"0 disables audio input.")
...
...
modules/access/jack.c
View file @
dd9a1957
...
...
@@ -59,7 +59,7 @@ static void Close( vlc_object_t * );
#define PACE_TEXT N_( "Pace" )
#define PACE_LONGTEXT N_( \
"Read the audio stream at VLC pace rather than Jack pace." )
#define AUTO_CONNECT_TEXT N_( "Auto
C
onnection" )
#define AUTO_CONNECT_TEXT N_( "Auto
c
onnection" )
#define AUTO_CONNECT_LONGTEXT N_( \
"Automatically connect VLC input ports to available output ports." )
...
...
modules/access/sftp.c
View file @
dd9a1957
...
...
@@ -48,9 +48,7 @@
static
int
Open
(
vlc_object_t
*
);
static
void
Close
(
vlc_object_t
*
);
#define USER_TEXT N_("SFTP user name")
#define USER_LONGTEXT N_("User name that will be used for the connection.")
#define PASS_TEXT N_("SFTP password")
#define PASS_LONGTEXT N_("Password that will be used for the connection.")
#define PORT_TEXT N_("SFTP port")
#define PORT_LONGTEXT N_("SFTP port number to use on the server")
...
...
modules/codec/avcodec/avcodec.h
View file @
dd9a1957
...
...
@@ -69,7 +69,6 @@ int ffmpeg_OpenCodec( decoder_t *p_dec );
*****************************************************************************/
#define DR_TEXT N_("Direct rendering")
/* FIXME Does somebody who knows what it does, explain */
#define DR_LONGTEXT N_("Direct rendering")
#define ERROR_TEXT N_("Error resilience")
#define ERROR_LONGTEXT N_( \
...
...
modules/codec/fdkaac.c
View file @
dd9a1957
...
...
@@ -50,9 +50,6 @@ static void CloseEncoder( vlc_object_t * );
#define AFTERBURNER_TEXT N_("Enable afterburner library")
#define AFTERBURNER_LONGTEXT N_( "This library will produce higher quality audio at the expense of additional CPU usage (default is enabled)" )
#define BITRATE_TEXT N_("CBR Bitrate")
#define BITRATE_LONGTEXT N_( "Bitrate of desired stream (in bps)" )
#define SIGNALING_TEXT N_("Signaling mode of the extension AOT")
#define SIGNALING_LONGTEXT N_( "1 is explicit for SBR and implicit for PS (default), 2 is explicit hierarchical" )
...
...
modules/gui/qt4/qt4.cpp
View file @
dd9a1957
...
...
@@ -99,10 +99,6 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
"Show a notification popup with the artist and track name when " \
"the current playlist item changes, when VLC is minimized or hidden." )
#define ADVANCED_OPTIONS_TEXT N_( "Advanced options" )
#define ADVANCED_OPTIONS_LONGTEXT N_( "Show all the advanced options " \
"in the dialogs." )
#define OPACITY_TEXT N_( "Windows opacity between 0.1 and 1" )
#define OPACITY_LONGTEXT N_( "Sets the windows opacity between 0.1 and 1 " \
"for main interface, playlist and extended panel."\
...
...
modules/video_filter/deinterlace/deinterlace.c
View file @
dd9a1957
...
...
@@ -51,7 +51,6 @@
*****************************************************************************/
#define MODE_TEXT N_("Deinterlace mode")
#define MODE_LONGTEXT N_("Deinterlace method to use for local playback.")
#define SOUT_MODE_TEXT N_("Streaming deinterlace mode")
#define SOUT_MODE_LONGTEXT N_("Deinterlace method to use for streaming.")
...
...
modules/video_output/decklink.cpp
View file @
dd9a1957
...
...
@@ -82,7 +82,7 @@ static const int pi_channels_maps[CHANNELS_MAX+1] =
"Audio connection for DeckLink output.")
#define RATE_TEXT N_("Audio sampl
ing rate in Hz
")
#define RATE_TEXT N_("Audio sampl
erate (Hz)
")
#define RATE_LONGTEXT N_(\
"Audio sampling rate (in hertz) for DeckLink output. " \
"0 disables audio output.")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment