]> git.sesse.net Git - ffmpeg/commit
avcodec/atrac3plus: Simplify getting offset of VLC in VLC_TYPE buf
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 1 Nov 2020 16:59:12 +0000 (17:59 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 8 Dec 2020 16:51:46 +0000 (17:51 +0100)
commitfd964dad1eaab7e86620f0c7a39e670bcc9318ec
tree9445106d7c167281b0c3349124b8e912b64cb30a
parente27466d7e59f0a485f3720f33cd9c54d69fff138
avcodec/atrac3plus: Simplify getting offset of VLC in VLC_TYPE buf

The earlier code used several different offset parameters that were
initialized to magic values. This is unnecessary.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/atrac3plus.c