aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/downmix_info.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-12-29 17:02:46 +0100
committerAnton Khirnov <anton@khirnov.net>2022-01-10 15:59:52 +0100
commit55ccbfd790410560a112a067cd205adf7a7fecd0 (patch)
tree5282c475d613217001f3087738ba92e1107e8913 /libavutil/downmix_info.h
parent1b24a1ea14c028e4f98ea19098aec41334e9a7f0 (diff)
downloadffmpeg-55ccbfd790410560a112a067cd205adf7a7fecd0.tar.gz
lavc/flac_parser: use a custom FIFO implementation
FLAC parser currently uses AVFifoBuffer in a highly non-trivial manner, modifying its "internals" (the whole struct is currently public, but no other code touches its contents directly). E.g. it does not use any av_fifo functions for reading the FIFO contents, but implements its own. Reimplement the needed parts of the AVFifoBuffer API in the FLAC parser, making it completely self-contained. This will allow us to make AVFifoBuffer private.
Diffstat (limited to 'libavutil/downmix_info.h')
0 files changed, 0 insertions, 0 deletions