mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-21 21:30:24 +08: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:
@@ -31,8 +31,6 @@ typedef struct AccessUnit {
|
||||
} AccessUnit;
|
||||
|
||||
typedef struct TrueHDCoreContext {
|
||||
const AVClass *class;
|
||||
|
||||
MLPHeaderInfo hdr;
|
||||
} TrueHDCoreContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user