diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-07-02 14:55:24 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-07-02 14:55:24 +0200 |
commit | 98b085ddc29581003d76acb79ca4484fcf25b555 (patch) | |
tree | 424ef54c9f369f485c50cd41f70ef148d5a4cc44 /src/xine-engine/buffer.h | |
parent | 2ce81d93218aef7cd8fb362d3e1881237b41b5eb (diff) | |
download | xine-lib-98b085ddc29581003d76acb79ca4484fcf25b555.tar.gz xine-lib-98b085ddc29581003d76acb79ca4484fcf25b555.tar.bz2 |
Fix demuxing of wavpack files, and avoid crashing with the tags at the end of the file.
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r-- | src/xine-engine/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 64fe52a20..706a1765e 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -191,6 +191,7 @@ extern "C" { #define BUF_VIDEO_FLASHSV 0x02610000 #define BUF_VIDEO_CAVS 0x02620000 #define BUF_VIDEO_VP6F 0x02630000 +#define BUF_VIDEO_THEORA_RAW 0x02640000 /* audio buffer types: (please keep in sync with buffer_types.c) */ |