]> git.sesse.net Git - ffmpeg/commit
avcodec/flac_parser: Fix number of buffered headers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 6 Oct 2019 05:01:16 +0000 (07:01 +0200)
committerPaul B Mahol <onemda@gmail.com>
Mon, 7 Oct 2019 20:53:13 +0000 (22:53 +0200)
commit047a6d396f6919c469e35d6ef75bd9cae5a87523
treeea34a8bed5c1f874f971006287281646c2d4bb2b
parente5e5be4c7f607d3c04396d71f511c6b81a1cd997
avcodec/flac_parser: Fix number of buffered headers

Only decrement the number of buffered headers if a header has actually
been freed.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/flac_parser.c