mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
avcodec/noise_bsf: set correct size of .priv_data_size field
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -85,7 +85,7 @@ static const AVClass noise_class = {
|
||||
|
||||
const AVBitStreamFilter ff_noise_bsf = {
|
||||
.name = "noise",
|
||||
.priv_data_size = sizeof(int),
|
||||
.priv_data_size = sizeof(NoiseContext),
|
||||
.priv_class = &noise_class,
|
||||
.filter = noise,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user