mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/365/head
parent
b0ee627ef9
commit
95b681eafd
1 changed files with 1 additions and 11 deletions
Loading…
Reference in new issue