diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-09 23:22:32 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-09 23:22:32 +0000 |
commit | 839537da53801ce9542eded0813c660e71ab2e58 (patch) | |
tree | 27591bc00bb83fff0390c4dad6cb50229072463f /src/xine-engine/buffer.h | |
parent | b91288a28a292d5ab9c22c20474708d3e85308f0 (diff) | |
download | xine-lib-839537da53801ce9542eded0813c660e71ab2e58.tar.gz xine-lib-839537da53801ce9542eded0813c660e71ab2e58.tar.bz2 |
beginnings of the get_video/audio_frame api
CVS patchset: 3215
CVS date: 2002/11/09 23:22:32
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r-- | src/xine-engine/buffer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index d17239de0..6fdabb9ea 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.76 2002/10/31 05:23:02 tmmm Exp $ + * $Id: buffer.h,v 1.77 2002/11/09 23:22:33 guenter Exp $ * * * contents: @@ -221,6 +221,8 @@ struct buf_element_s { #define BUF_FLAG_SEEK 0x0100 #define BUF_FLAG_SPECIAL 0x0200 #define BUF_FLAG_NO_VIDEO 0x0400 +/* do not decode the buffer contents, detect framing only */ +#define BUF_FLAG_FRAMING 0x0800 /* these are the types of special buffers */ /* |