summaryrefslogtreecommitdiff
path: root/cesar/lib/bitstream.h
diff options
context:
space:
mode:
authorlaranjeiro2008-07-03 09:14:03 +0000
committerlaranjeiro2008-07-03 09:14:03 +0000
commitbce4b8a0ae00c1857a8ed76a042129d30a4ccb51 (patch)
treedf995e5d096a6952456c91c7e909fe8064afb67f /cesar/lib/bitstream.h
parentda6bd18980076093371dd42f7da4443eaf043026 (diff)
lib/bitstream: Added a flag to indicate when the buffer callback change function shall be called.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2540 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/lib/bitstream.h')
-rw-r--r--cesar/lib/bitstream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/lib/bitstream.h b/cesar/lib/bitstream.h
index fad7d3660a..8ee8ff0982 100644
--- a/cesar/lib/bitstream.h
+++ b/cesar/lib/bitstream.h
@@ -52,6 +52,8 @@ struct bitstream_t
bitstream_buffer_cb_t buffer_cb;
/** Function user data to provide when the buffer is full. */
void *user_data;
+ /** Boolean to indicate if the buffer callback is setted or not. */
+ bool buffer_cb_present;
};