]> git.sesse.net Git - ffmpeg/commit
avformat/smacker: Only store what is needed later
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 29 Mar 2020 06:42:15 +0000 (08:42 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 8 Apr 2020 14:13:20 +0000 (16:13 +0200)
commitb6ebc5aeb25cfd4d27d7d16c3eb6bfad17351b5f
treedd37ba60e5a7ad72f62da64735d918d2de7c16b6
parent33bc45e4fca3d68b2bd4fb20c2c87f4f05f3d55e
avformat/smacker: Only store what is needed later

This commit removes data that is only used during smacker_read_header()
from the demuxer's context and replaces the data that is used by local
variables. The other data is completely dropped.

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