Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ea4acee1
Commit
ea4acee1
authored
Jul 02, 2008
by
Rémi Denis-Courmont
Browse files
Sort-of RTSP VOD: accept MP3 as MPEG Audio
parent
98b8aee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/rtsp.c
View file @
ea4acee1
...
...
@@ -522,6 +522,7 @@ static int MediaAddES( vod_t *p_vod, vod_media_t *p_media, es_format_t *p_fmt )
p_fmt
->
audio
.
i_channels
);
break
;
case
VLC_FOURCC
(
'm'
,
'p'
,
'g'
,
'a'
):
case
VLC_FOURCC
(
'm'
,
'p'
,
'3'
,
' '
):
p_es
->
i_payload_type
=
14
;
asprintf
(
&
p_es
->
psz_rtpmap
,
"MPA/%d"
,
p_fmt
->
audio
.
i_rate
);
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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