forked from FFmpeg/FFmpeg
wmv2enc: remove duplicate priv_class in codec definition
This commit is contained in:
parent
128e722bc1
commit
bec062e57c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue