[vlc-devel] commit: avcodec: add missing variable. ( Rémi Duraffort )

git version control git at videolan.org
Mon Nov 9 19:39:15 CET 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Nov  6 13:44:38 2009 +0100| [528c4af046be16a00e0ded692cd33e24ac25fe14] | committer: Rémi Duraffort 

avcodec: add missing variable.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=528c4af046be16a00e0ded692cd33e24ac25fe14
---

 modules/codec/avcodec/encoder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/avcodec/encoder.c b/modules/codec/avcodec/encoder.c
index a2718e4..8c85a9f 100644
--- a/modules/codec/avcodec/encoder.c
+++ b/modules/codec/avcodec/encoder.c
@@ -147,7 +147,7 @@ struct encoder_sys_t
 static const char *const ppsz_enc_options[] = {
     "keyint", "bframes", "vt", "qmin", "qmax", "hq",
     "rc-buffer-size", "rc-buffer-aggressivity", "pre-me", "hurry-up",
-    "interlace", "i-quant-factor", "noise-reduction", "mpeg4-matrix",
+    "interlace", "interlace-me", "i-quant-factor", "noise-reduction", "mpeg4-matrix",
     "trellis", "qscale", "strict", "lumi-masking", "dark-masking",
     "p-masking", "border-masking", "luma-elim-threshold",
     "chroma-elim-threshold",




More information about the vlc-devel mailing list