]> git.sesse.net Git - ffmpeg/commit
lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen.
authorAndrew Stone <andrew@clovar.com>
Fri, 8 Aug 2014 17:09:23 +0000 (13:09 -0400)
committerAnton Khirnov <anton@khirnov.net>
Wed, 13 Aug 2014 16:04:48 +0000 (16:04 +0000)
commitafbd4b7e093adf6d7a830b32759ca3ba8500363d
treea086a0cc3442a0082c8fbe926685c730267ed6a6
parent72199e1041b4052544e181ad90b431ca6704da12
lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen.

The only flags, for now, indicate if metadata was updated and are set after each call to
av_read_frame(). This comes with the caveat that, on stream start, it might not be set properly
as packets might be buffered in AVFormatContext.packet_buffer before being given to the user
in av_read_frame().

Signed-off-by: Anton Khirnov <anton@khirnov.net>
doc/APIchanges
libavformat/avformat.h
libavformat/version.h