• Andreas Rheinhardt's avatar
    avformat/av1, avc, hevc: Remove av_freep() · 2899995a
    Andreas Rheinhardt authored
    ff_av1_filter_obus_buf() and ff_avc_parse_nal_units_buf() both have a
    pointer-to-pointer parameter which they use to pass a newly allocated
    buffer to the caller. And both functions freed what this pointer points to
    before overwriting it. But no caller of these functions used this feature,
    but some had to initialize the pointer just because of this. So remove
    it and update the documentation of ff_av1_filter_obus_buf() wrt this fact.
    
    ff_hevc_annexb2mp4_buf in contrast did not free the pointer. This has been
    documented, too.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
    2899995a
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...