Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-08-04 22:34:16 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-08-04 22:35:54 +0300
commitbec062e57c11cb9f8ae20e7b5fd9e6646984550a (patch)
tree4e3a92f0e2274e649f9c6a55994493651befed39 /libavcodec/wmv2enc.c
parent128e722bc10197320eef6c0f9948be7857afba86 (diff)
wmv2enc: remove duplicate priv_class in codec definition
Diffstat (limited to 'libavcodec/wmv2enc.c')
-rw-r--r--libavcodec/wmv2enc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/wmv2enc.c b/libavcodec/wmv2enc.c
index 8672d2277d..3ed8b5fb53 100644
--- a/libavcodec/wmv2enc.c
+++ b/libavcodec/wmv2enc.c
@@ -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,
};