[FFmpeg-devel] [PATCH 5/7] avformat/rtpdec_mpeg12: add robust MPEG audio depacketization (RFC 3119)
Thomas Volkert
silvo at gmx.net
Thu Feb 12 23:03:04 CET 2015
On 02/12/2015 10:41 PM, Thomas Volkert wrote:
[..]
> +RTPDynamicProtocolHandler ff_mpeg_audio_robust_dynamic_handler = {
>> + .codec_type = AVMEDIA_TYPE_AUDIO,
>> + .codec_id = AV_CODEC_ID_MP3ADU,
>> + .init = mpa_robust_init,
>> + .alloc = mpa_robust_new_context,
>> + .free = mpa_robust_free_context,
>> + .parse_packet = mpa_robust_parse_packet,
>> + .enc_name = "mpa-robust",
>> +};
>
> Okay, no ADU specific SDP parser needed here.
>
>
>
> Please add:
> - "Changelog" entry
> - bump minor/micro version of libavformat
>
I think these lines are also missing at the beginning (after the
existing copyright text) of the file:
* RTP parser for loss tolerant payload format for MP3 audio (RFC 5219)
* Copyright (c) 2015 [name] [mail]
BR.
More information about the ffmpeg-devel
mailing list