From 444336ab9055ff036ae8ba5ba25591174d3b87de Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 30 Mar 2002 17:06:26 +0000 Subject: Changed to the new props API Original commit message from CVS: Changed to the new props API Other small tuff. --- ext/tarkin/tarkin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tarkin/tarkin.c') diff --git a/ext/tarkin/tarkin.c b/ext/tarkin/tarkin.c index 1804fc5f..a9e24afc 100644 --- a/ext/tarkin/tarkin.c +++ b/ext/tarkin/tarkin.c @@ -139,7 +139,7 @@ extern int tarkin_analysis_add_layer(TarkinStream *s, } /* max_bitstream_len += layer->desc.bitstream_len - + 2 * 10 * sizeof(uint32_t) * layer->n_comp; /* truncation tables */ + + 2 * 10 * sizeof(uint32_t) * layer->n_comp; */ return (TARKIN_OK); } -- cgit v1.2.1