summaryrefslogtreecommitdiff
authorYan Yan <yan.yan@amlogic.com>2017-11-30 08:18:50 (GMT)
committer Yan Yan <yan.yan@amlogic.com>2017-11-30 08:18:50 (GMT)
commitfc4e1d46bcbd7d24b577a670eeb0bd354984d14d (patch)
tree1ccc1473533e8e6469f06f46d294ec52c4f4b649
parent22f3d64a1147cf85c9983eeac0b1d038123eddff (diff)
downloadlibzvbi-fc4e1d46bcbd7d24b577a670eeb0bd354984d14d.zip
libzvbi-fc4e1d46bcbd7d24b577a670eeb0bd354984d14d.tar.gz
libzvbi-fc4e1d46bcbd7d24b577a670eeb0bd354984d14d.tar.bz2
DTVCC: add update_service_status delaration
Change-Id: I1781435e7fa484603606646ae49ce51eb89ff4c3 PD: none
Diffstat
-rw-r--r--src/dtvcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dtvcc.h b/src/dtvcc.h
index 8fec64b..09cf195 100644
--- a/src/dtvcc.h
+++ b/src/dtvcc.h
@@ -516,5 +516,8 @@ extern void vbi_decode_caption(vbi_decoder *vbi, int line, const uint8_t *bu
extern int get_input_offset();
+extern void update_service_status(struct tvcc_decoder *td);
+
+
#endif