]> git.sesse.net Git - ffmpeg/commit
avcodec/mpeg4videodec: Move code around to avoid forward declaration
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 23 Jan 2021 16:19:00 +0000 (17:19 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 26 Jan 2021 12:57:00 +0000 (13:57 +0100)
commitf410febddc9164e40a89caa29e2cec32d5e77cb7
tree2fc6c30a7c402ab9e1d999206683d7c1e57e89cf
parentd9f5bd15fd4abd23c2a1ff1f578046c188e9d91e
avcodec/mpeg4videodec: Move code around to avoid forward declaration

Also fix the indentation of decode_studio_vol_header while at it;
it was wrong since 177133a0f4b41b3c98b9cbc7f8f45755412c537b.

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