1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

wmv2enc: remove duplicate priv_class in codec definition

This commit is contained in:
Hendrik Leppkes
2015-08-04 21:34:16 +02:00
parent 128e722bc1
commit bec062e57c

View File

@@ -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,
}; };