vlc | branch: master | Kaarlo Raiha <[email protected]> | Sun Jul 31 13:23:02 2011 +0300| [c4ec789ae52493aa9a5daf3c09eaa5d64ddcce8a] | committer: Jean-Baptiste Kempf
Change fluctations to fluctuations Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c4ec789ae52493aa9a5daf3c09eaa5d64ddcce8a --- modules/codec/x264.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/codec/x264.c b/modules/codec/x264.c index 835cb72..c20881c 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -238,7 +238,7 @@ static void Close( vlc_object_t * ); "before curve compression. Temporally blurs complexity.") #define QBLUR_TEXT N_("Reduce fluctuations in QP") -#define QBLUR_LONGTEXT N_( "This reduces the fluctations in QP " \ +#define QBLUR_LONGTEXT N_( "This reduces the fluctuations in QP " \ "after curve compression. Temporally blurs quants.") /* Analysis */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
