diff options
author | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2004-02-02 22:22:51 +0000 |
---|---|---|
committer | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2004-02-02 22:22:51 +0000 |
commit | d0e05a83c949fe5d0ad638b1450497f5fbbf65b5 (patch) | |
tree | e92abdf646d27a76a8072d282600fd549f5cbbd9 /src/xine-engine/buffer.h | |
parent | 908e063ac70f7bab89a37879146338f0e33e81bf (diff) | |
download | xine-lib-d0e05a83c949fe5d0ad638b1450497f5fbbf65b5.tar.gz xine-lib-d0e05a83c949fe5d0ad638b1450497f5fbbf65b5.tar.bz2 |
added IFF-ILBM support
CVS patchset: 6108
CVS date: 2004/02/02 22:22:51
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 a63a24418..6df2a0ad5 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.131 2004/02/01 05:56:26 tmmm Exp $ + * $Id: buffer.h,v 1.132 2004/02/02 22:22:52 manfredtremmel Exp $ * * * contents: @@ -163,6 +163,8 @@ extern "C" { #define BUF_VIDEO_8BPS 0x02470000 #define BUF_VIDEO_ASV1 0x02480000 #define BUF_VIDEO_ASV2 0x02490000 +#define BUF_VIDEO_BITPLANE 0x02500000 /* Amiga typical picture and animation format */ +#define BUF_VIDEO_BITPLANE_BR1 0x02510000 /* the same with Bytrun compression 1 */ /* audio buffer types: (please keep in sync with buffer_types.c) */ |