diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-02 13:50:34 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-04 08:03:33 +0200 |
commit | 95b681eafd7157413fe2ae756410726f754172de (patch) | |
tree | c4795c0e1913a1be743d114f78727601143db466 /libavcodec/dolby_e_parser.c | |
parent | b0ee627ef9344a2606834806bdc8c64630495d07 (diff) | |
download | ffmpeg-95b681eafd7157413fe2ae756410726f754172de.tar.gz |
avcodec/vp9: Remove vp9_free_entries()
Now that the mutexes and conditions are only initialized and destroyed
once, said function only had one purpose: free the entries array.
Given that vp9_alloc_entries() already does this if the array is already
allocated it is unnecessary to call vp9_free_entries() anywhere except
when closing. And then one can just inline the one free into
vp9_decode_free().
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/dolby_e_parser.c')
0 files changed, 0 insertions, 0 deletions