Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
9ddd70f7
Commit
9ddd70f7
authored
Mar 27, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RTP: hack to make the raw audio decoder happy
parent
76c94013
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/access/rtp/rtp.c
modules/access/rtp/rtp.c
+3
-0
No files found.
modules/access/rtp/rtp.c
View file @
9ddd70f7
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
#include <vlc_network.h>
#include <vlc_network.h>
#include <vlc_plugin.h>
#include <vlc_plugin.h>
#include <vlc_dialog.h>
#include <vlc_dialog.h>
#include <vlc_aout.h>
/* aout_FormatPrepare() */
#include "rtp.h"
#include "rtp.h"
#ifdef HAVE_SRTP
#ifdef HAVE_SRTP
...
@@ -416,6 +417,8 @@ static int Control (demux_t *demux, int i_query, va_list args)
...
@@ -416,6 +417,8 @@ static int Control (demux_t *demux, int i_query, va_list args)
void
*
codec_init
(
demux_t
*
demux
,
es_format_t
*
fmt
)
void
*
codec_init
(
demux_t
*
demux
,
es_format_t
*
fmt
)
{
{
if
(
fmt
->
i_cat
==
AUDIO_ES
)
aout_FormatPrepare
(
&
fmt
->
audio
);
return
es_out_Add
(
demux
->
out
,
fmt
);
return
es_out_Add
(
demux
->
out
,
fmt
);
}
}
...
...
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