From 562e0b2526c75e98dfe790dba5fa50a0be0a95d3 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 9 Jan 2003 05:26:47 +0000 Subject: add verbose decode support Original commit message from CVS: add verbose decode support --- gst/vbidec/vbidata.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gst/vbidec/vbidata.c') diff --git a/gst/vbidec/vbidata.c b/gst/vbidec/vbidata.c index 14d7a7e0..b0bd7a1c 100644 --- a/gst/vbidec/vbidata.c +++ b/gst/vbidec/vbidata.c @@ -995,6 +995,11 @@ void vbidata_reset( vbidata_t *vbi ) vbiscreen_reset( vbi->vs ); } +void vbidata_set_verbose( vbidata_t *vbi, int verbose ) +{ + vbi->verbose = verbose; +} + void vbidata_capture_mode( vbidata_t *vbi, int mode ) { if( !vbi ) return; -- cgit v1.2.1