]> git.sesse.net Git - ffmpeg/commit
avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not index
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 22 Jan 2021 21:47:27 +0000 (22:47 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 26 Jan 2021 12:56:59 +0000 (13:56 +0100)
commit10d059bb24eb88157e071a3db102ddd8f4937a00
tree4e7e64f3cb8c97c7b96bec39fecdc30b2f155dfe
parent37f76c81d6669033c315354a7d30ef6e605414ae
avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not index

All callers only use the index into ff_dnxhd_cid_table to get a pointer
to the desired entry.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/dnxhddata.c
libavcodec/dnxhddata.h
libavcodec/dnxhddec.c
libavcodec/dnxhdenc.c