[x264-devel] commit: Fix debug message typo with DTS compression (Jason Garrett-Glaser )

git at videolan.org git at videolan.org
Mon Aug 16 12:07:20 CEST 2010


x264 | branch: stable | Jason Garrett-Glaser <darkshikari at gmail.com> | Sat Aug  7 22:32:06 2010 -0700| [12002b946831a5b4c542b5699eb9b0d15a51784b] | committer: Jason Garrett-Glaser 

Fix debug message typo with DTS compression

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=12002b946831a5b4c542b5699eb9b0d15a51784b
---

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

diff --git a/encoder/encoder.c b/encoder/encoder.c
index 513c159..6fd8838 100644
--- a/encoder/encoder.c
+++ b/encoder/encoder.c
@@ -938,7 +938,7 @@ x264_t *x264_encoder_open( x264_param_t *param )
         if( h->i_dts_compress_multiplier != 1 )
         {
             new_timebase_den = h->param.i_timebase_den * h->i_dts_compress_multiplier;
-            x264_log( h, X264_LOG_DEBUG, "DTS compresion changed timebase: %u/%u -> %u/%"PRIu64"\n",
+            x264_log( h, X264_LOG_DEBUG, "DTS compression changed timebase: %u/%u -> %u/%"PRIu64"\n",
                       h->param.i_timebase_num, h->param.i_timebase_den,
                       h->param.i_timebase_num, new_timebase_den );
         }



More information about the x264-devel mailing list