Commit 4bbf2a24 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

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: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent 13171ad2
......@@ -31,8 +31,6 @@ typedef struct AccessUnit {
} AccessUnit;
typedef struct TrueHDCoreContext {
const AVClass *class;
MLPHeaderInfo hdr;
} TrueHDCoreContext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment