Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
e1ee31d3
Commit
e1ee31d3
authored
Feb 08, 2009
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i18n: Translate the channels layout in media info
parent
9e7d8f91
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/input/decoder
src/input/decoder
+0
-0
src/input/es_out.c
src/input/es_out.c
+1
-1
src/input/stream.c
src/input/stream.c
+1
-1
No files found.
src/input/decoder
0 → 100644
View file @
e1ee31d3
src/input/es_out.c
View file @
e1ee31d3
...
...
@@ -2628,7 +2628,7 @@ static void EsOutUpdateInfo( es_out_t *out, es_out_id_t *es, const es_format_t *
if
(
fmt
->
audio
.
i_physical_channels
&
AOUT_CHAN_PHYSMASK
)
input_Control
(
p_input
,
INPUT_ADD_INFO
,
psz_cat
,
_
(
"Channels"
),
"%s"
,
aout_FormatPrintChannels
(
&
fmt
->
audio
)
);
"%s"
,
_
(
aout_FormatPrintChannels
(
&
fmt
->
audio
)
)
);
else
if
(
fmt
->
audio
.
i_channels
>
0
)
input_Control
(
p_input
,
INPUT_ADD_INFO
,
psz_cat
,
_
(
"Channels"
),
"%u"
,
fmt
->
audio
.
i_channels
);
...
...
src/input/stream.c
View file @
e1ee31d3
...
...
@@ -40,7 +40,7 @@
#include "input_internal.h"
#undef STREAM_DEBUG
// #define STREAM_DEBUG 1
/* TODO:
* - tune the 2 methods (block/stream)
...
...
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