James Almer:
> On 4/17/2020 9:57 PM, Andreas Rheinhardt wrote:
>> 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-b
On 4/17/2020 9:57 PM, Andreas Rheinhardt wrote:
> 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 Rheinhar
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
---
libavcodec/truehd_core_bsf.c | 2 --
1 file chang