diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-12 18:27:21 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-02-12 18:27:21 +0000 |
commit | b81b732bef60e9bec2ae4e3fa2c4bc5ba4cc9f2f (patch) | |
tree | d1129c732b3d99ae42269ae9f240a37b7fe015f2 /src | |
parent | 1366c0c98e3fd059debf330803077f08c3ae425a (diff) | |
download | xine-lib-b81b732bef60e9bec2ae4e3fa2c4bc5ba4cc9f2f.tar.gz xine-lib-b81b732bef60e9bec2ae4e3fa2c4bc5ba4cc9f2f.tar.bz2 |
after 249 comes 24A, since this is hex ;)
CVS patchset: 6141
CVS date: 2004/02/12 18:27:21
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/buffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index b03513ba3..57fc47de1 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.134 2004/02/09 22:28:42 jstembridge Exp $ + * $Id: buffer.h,v 1.135 2004/02/12 18:27:21 mroi Exp $ * * * contents: @@ -163,8 +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 */ +#define BUF_VIDEO_BITPLANE 0x024A0000 /* Amiga typical picture and animation format */ +#define BUF_VIDEO_BITPLANE_BR1 0x024B0000 /* the same with Bytrun compression 1 */ /* audio buffer types: (please keep in sync with buffer_types.c) */ |