mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
avcodec/truehd_core_bsf: Remove unused AVClass pointer
The context structure of the truehd_core bsf had a pointer to a const AVClass as its first member; yet this bsf does not have any AVClass associated with it, so that this pointer is always NULL. So remove it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
13171ad2e3
commit
4bbf2a240f
@ -31,8 +31,6 @@ typedef struct AccessUnit {
|
||||
} AccessUnit;
|
||||
|
||||
typedef struct TrueHDCoreContext {
|
||||
const AVClass *class;
|
||||
|
||||
MLPHeaderInfo hdr;
|
||||
} TrueHDCoreContext;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user