mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-31 20:02:42 +00:00
avformat: fix typo in doxy
av_read_frame() reads new packets, av_read_packet() does not exist.
This commit is contained in:
parent
0438521888
commit
c515a35dde
@ -356,7 +356,7 @@ struct AVDeviceCapabilitiesQuery;
|
|||||||
* sorting will have '-sort' appended. E.g. artist="The Beatles",
|
* sorting will have '-sort' appended. E.g. artist="The Beatles",
|
||||||
* artist-sort="Beatles, The".
|
* artist-sort="Beatles, The".
|
||||||
* - Some protocols and demuxers support metadata updates. After a successful
|
* - Some protocols and demuxers support metadata updates. After a successful
|
||||||
* call to av_read_packet(), AVFormatContext.event_flags or AVStream.event_flags
|
* call to av_read_frame(), AVFormatContext.event_flags or AVStream.event_flags
|
||||||
* will be updated to indicate if metadata changed. In order to detect metadata
|
* will be updated to indicate if metadata changed. In order to detect metadata
|
||||||
* changes on a stream, you need to loop through all streams in the AVFormatContext
|
* changes on a stream, you need to loop through all streams in the AVFormatContext
|
||||||
* and check their individual event_flags.
|
* and check their individual event_flags.
|
||||||
|
Loading…
Reference in New Issue
Block a user