mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Make ff_realmedia_mp3_dynamic_handler static.
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
aa61e39eac
commit
69ad22c7a7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user