aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-08-13 17:03:39 +0200
committerAnton Khirnov <anton@khirnov.net>2022-08-16 11:09:09 +0200
commitab3147383006f1a31978efce23c6bad38a754e05 (patch)
tree379dc0de3405d1ba2d96d887086ab8cd39b1a116 /doc/APIchanges
parent75ffca7eef557bcc714d924048a6e184b39fa470 (diff)
downloadffmpeg-ab3147383006f1a31978efce23c6bad38a754e05.tar.gz
fftools/ffmpeg: store a separate copy of input codec parameters
Use it instead of AVStream.codecpar in the main thread. While AVStream.codecpar is documented to only be updated when the stream is added or avformat_find_stream_info(), it is actually updated during demuxing. Accessing it from a different thread then constitutes a race. Ideally, some mechanism should eventually be provided for signalling parameter updates to the user. Then the demuxing thread could pick up the changes and propagate them to the decoder.
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions