[vlc-commits] vpx: quality-mode is encoder only
Tristan Matthews
git at videolan.org
Sat Aug 20 01:52:30 CEST 2016
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Fri Aug 19 16:51:56 2016 -0700| [0cf313d3df553fd9ac7d051e6b1b28b29455d730] | committer: Tristan Matthews
vpx: quality-mode is encoder only
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0cf313d3df553fd9ac7d051e6b1b28b29455d730
---
modules/codec/vpx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c
index d63385a..1c83cb6 100644
--- a/modules/codec/vpx.c
+++ b/modules/codec/vpx.c
@@ -42,10 +42,10 @@
/****************************************************************************
* Local prototypes
****************************************************************************/
-static const char *const ppsz_sout_options[] = { "quality-mode", NULL };
static int OpenDecoder(vlc_object_t *);
static void CloseDecoder(vlc_object_t *);
#ifdef ENABLE_SOUT
+static const char *const ppsz_sout_options[] = { "quality-mode", NULL };
static int OpenEncoder(vlc_object_t *);
static void CloseEncoder(vlc_object_t *);
static block_t *Encode(encoder_t *p_enc, picture_t *p_pict);
More information about the vlc-commits
mailing list