提交 2bedcbf8 编写于 作者: M Michael Niedermayer

Merge commit 'b651c913'

* commit 'b651c913':
  rtpdec_mpa_robust: Move .enc_name to the start of the struct
Merged-by: NMichael Niedermayer <michaelni@gmx.at>
...@@ -214,11 +214,11 @@ static int mpa_robust_parse_packet(AVFormatContext *ctx, PayloadContext *data, ...@@ -214,11 +214,11 @@ static int mpa_robust_parse_packet(AVFormatContext *ctx, PayloadContext *data,
} }
RTPDynamicProtocolHandler ff_mpeg_audio_robust_dynamic_handler = { RTPDynamicProtocolHandler ff_mpeg_audio_robust_dynamic_handler = {
.enc_name = "mpa-robust",
.codec_type = AVMEDIA_TYPE_AUDIO, .codec_type = AVMEDIA_TYPE_AUDIO,
.codec_id = AV_CODEC_ID_MP3ADU, .codec_id = AV_CODEC_ID_MP3ADU,
.init = mpa_robust_init, .init = mpa_robust_init,
.alloc = mpa_robust_new_context, .alloc = mpa_robust_new_context,
.free = mpa_robust_free_context, .free = mpa_robust_free_context,
.parse_packet = mpa_robust_parse_packet, .parse_packet = mpa_robust_parse_packet,
.enc_name = "mpa-robust",
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册