diff options
Diffstat (limited to 'gst/vbidec/vbiscreen.c')
-rw-r--r-- | gst/vbidec/vbiscreen.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/vbidec/vbiscreen.c b/gst/vbidec/vbiscreen.c index 1143e06b..df347aca 100644 --- a/gst/vbidec/vbiscreen.c +++ b/gst/vbidec/vbiscreen.c @@ -382,6 +382,11 @@ void scroll_screen( vbiscreen_t *vs ) vs->scroll = 26; } +void vbiscreen_set_verbose( vbiscreen_t *vs, int verbose ) +{ + vs->verbose = verbose; +} + void vbiscreen_new_caption( vbiscreen_t *vs, int indent, int ital, unsigned int colour, int row ) { |