diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-03-27 04:42:15 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-05 18:06:50 +0200 |
commit | 7940655d14e1741d68c364a8d027152f4f3420eb (patch) | |
tree | 2ee26c3544e7ff5be2d8cd7b2e21e51718b4db71 /tools/python/convert_header.py | |
parent | 559c2e96e371f30eedccf370d4606fc86706ab75 (diff) | |
download | ffmpeg-7940655d14e1741d68c364a8d027152f4f3420eb.tar.gz |
avformat/avidec: Don't reimplement ff_free_stream()
Using ff_free_stream() makes the code more readable, more future-proof
(the old code freed AVCodecContexts and AVCodecParameters and its
substructures manually, so that there is a chance that there would be a
memleak for some time if new substructures were added) and reduces
code size.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'tools/python/convert_header.py')
0 files changed, 0 insertions, 0 deletions