aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/transcode_aac.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-24 23:04:11 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-10-31 21:44:48 +0100
commit4d6042e9d7f89c94c434b082685d93e3f96e00ed (patch)
tree66f6d8397caf4c760026283925f621c8ac803774 /doc/examples/transcode_aac.c
parent0e8abf26983aa0dc72cbfbb094eeed13a9b55404 (diff)
downloadffmpeg-4d6042e9d7f89c94c434b082685d93e3f96e00ed.tar.gz
avcodec/aacdec_common: Avoid superfluous VLC structures
For all VLCs here, the number of bits of the VLC is write-only, because it is hardcoded at the call site. Therefore one can replace these VLC structures with the only thing that is actually used: The pointer to the VLCElem table. And in some cases one can even avoid this. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc/examples/transcode_aac.c')
0 files changed, 0 insertions, 0 deletions