diff options
Diffstat (limited to 'media/libtheora/lib/decint.h')
-rw-r--r-- | media/libtheora/lib/decint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/libtheora/lib/decint.h b/media/libtheora/lib/decint.h index 3cea6b1439..bd65222732 100644 --- a/media/libtheora/lib/decint.h +++ b/media/libtheora/lib/decint.h @@ -11,7 +11,7 @@ ******************************************************************** function: - last mod: $Id$ + last mod: $Id: decint.h 17457 2010-09-24 02:05:49Z tterribe $ ********************************************************************/ @@ -162,6 +162,7 @@ struct th_dec_ctx{ # endif # if defined(HAVE_CAIRO) /*Output metrics for debugging.*/ + int telemetry; int telemetry_mbmode; int telemetry_mv; int telemetry_qi; |