From bce4b8a0ae00c1857a8ed76a042129d30a4ccb51 Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Thu, 3 Jul 2008 09:14:03 +0000 Subject: 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 --- cesar/lib/bitstream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cesar/lib/bitstream.h') 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; }; -- cgit v1.2.3