diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-02 18:09:49 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-19 02:37:46 +0200 |
commit | 18d69e9a9829d3846667c0a3f949033c71d2a1a0 (patch) | |
tree | 125475076615592cbb96b7abf26fa000f165a09d /libavformat/bfi.c | |
parent | 3059b7746aa996d81c2dfd075f7a23efb499d7d9 (diff) | |
download | ffmpeg-18d69e9a9829d3846667c0a3f949033c71d2a1a0.tar.gz |
avformat/mpc: Simplify cleanup
Currently Musepack allocates an array that needs to be freed later in
the demuxer's read_close-function; it is the sole reason for said
function's existence. But it is unnecessary, because one can store this
array in the stream's priv_data pointer, so that it will be freed
generically.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/bfi.c')
0 files changed, 0 insertions, 0 deletions