]> git.sesse.net Git - ffmpeg/commit
avformat/id3v2: Remove unnecessary indirection
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 19 May 2020 10:09:48 +0000 (12:09 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 25 May 2020 05:06:44 +0000 (07:06 +0200)
commit37140ebd87f549eae86a5b548d717a1e97203dd6
tree7ebea45bb853a6c4d33ecbff2c59f84fb95dcf97
parentf08853b284514820d42f81999f4adb09ff5d95b4
avformat/id3v2: Remove unnecessary indirection

ff_id3v2_parse_apic/chapters/priv/priv_dict all had a parameter
extra_meta of type ID3v2ExtraMeta ** as if the functions wanted to make
*extra_meta point to something else. But they don't, so just use an
ID3v2ExtraMeta *.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
12 files changed:
libavformat/aacdec.c
libavformat/aiffdec.c
libavformat/asfdec_f.c
libavformat/asfdec_o.c
libavformat/dsfdec.c
libavformat/hls.c
libavformat/id3v2.c
libavformat/id3v2.h
libavformat/iff.c
libavformat/omadec.c
libavformat/utils.c
libavformat/wavdec.c