diff options
author | Mike Melanson <mike@multimedia.cx> | 2002-08-05 00:16:28 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2002-08-05 00:16:28 +0000 |
commit | 2fbd12bf9d48bf4367663f10dc7f6f07490523ce (patch) | |
tree | b083a5b3111875df032b7696db9f6bfcb198c760 /src | |
parent | 303ea22a561d75f6e113adc5202758d5dcad1c62 (diff) | |
download | xine-lib-2fbd12bf9d48bf4367663f10dc7f6f07490523ce.tar.gz xine-lib-2fbd12bf9d48bf4367663f10dc7f6f07490523ce.tar.bz2 |
added buffer type for SMJPEG's custom IMA ADPCM format
CVS patchset: 2391
CVS date: 2002/08/05 00:16:28
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 1bc0213e2..e4d3071a9 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.61 2002/07/19 03:03:37 miguelfreitas Exp $ + * $Id: buffer.h,v 1.62 2002/08/05 00:16:28 tmmm Exp $ * * * contents: @@ -153,6 +153,7 @@ extern "C" { #define BUF_AUDIO_QDESIGN1 0x03170000 #define BUF_AUDIO_QDESIGN2 0x03180000 #define BUF_AUDIO_QCLP 0x03190000 +#define BUF_AUDIO_SMJPEG_IMA 0x031A0000 /* spu buffer types: */ |