mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-13 10:44:59 +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,
|
||||
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
|
||||
AV_PIX_FMT_NONE },
|
||||
.priv_class = &wmv2_class,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user