Skip to content
Snippets Groups Projects
Commit afbd4b7e authored by Andrew Stone's avatar Andrew Stone Committed by Anton Khirnov
Browse files

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: default avatarAnton Khirnov <anton@khirnov.net>
parent 72199e10
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment