[FFmpeg-devel] [PATCH 01/18] avformat/mpegts: demux timed ID3 metadata

Anssi Hannula anssi.hannula at iki.fi
Tue Dec 31 02:31:27 CET 2013


30.12.2013 13:38, Michael Niedermayer kirjoitti:
> On Mon, Dec 30, 2013 at 01:14:15PM +0200, Anssi Hannula wrote:
>> Used in some HLS streams ("Timed Metadata for HTTP Live Streaming").
>>
>> This is just ID3 tags at arbitrary stream positions, but I still added
>> "timed" to the codec name to avoid confusion with regular non-stream ID3
>> tags.
>>
>> Signed-off-by: Anssi Hannula <anssi.hannula at iki.fi>
>> ---
>>
>> As noted above, I'm not entirely sure about the naming here... 
>> Feel free to give your 2 cents.
>>
>>  libavcodec/avcodec.h    | 1 +
>>  libavcodec/codec_desc.c | 6 ++++++
>>  libavformat/mpegts.c    | 1 +
>>  3 files changed, 8 insertions(+)
> 
> LGTM

Applied this and 04, 05.

-- 
Anssi Hannula


More information about the ffmpeg-devel mailing list