mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-04 19:48:19 +00:00
wmv2enc: remove duplicate priv_class in codec definition
This commit is contained in:
parent
128e722bc1
commit
bec062e57c
@ -233,5 +233,4 @@ AVCodec ff_wmv2_encoder = {
|
|||||||
.close = ff_mpv_encode_end,
|
.close = ff_mpv_encode_end,
|
||||||
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
|
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
|
||||||
AV_PIX_FMT_NONE },
|
AV_PIX_FMT_NONE },
|
||||||
.priv_class = &wmv2_class,
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user