You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Make ff_realmedia_mp3_dynamic_handler static.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 69ad22c7a7
)
This commit is contained in:
committed by
Michael Niedermayer
parent
e164311179
commit
c2ec089c5a
@@ -44,7 +44,7 @@
|
||||
'url_open_dyn_packet_buf')
|
||||
*/
|
||||
|
||||
RTPDynamicProtocolHandler ff_realmedia_mp3_dynamic_handler = {
|
||||
static RTPDynamicProtocolHandler ff_realmedia_mp3_dynamic_handler = {
|
||||
.enc_name = "X-MP3-draft-00",
|
||||
.codec_type = AVMEDIA_TYPE_AUDIO,
|
||||
.codec_id = CODEC_ID_MP3ADU,
|
||||
|
Reference in New Issue
Block a user