summaryrefslogtreecommitdiff
path: root/src/xine-engine/buffer.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-03-09 04:09:41 +0000
committerMike Melanson <mike@multimedia.cx>2004-03-09 04:09:41 +0000
commit9c4ee906d1cc4487be898342d07690f207e35f90 (patch)
tree9aaf002f89bb6231ca44e19ef529241249aa7408 /src/xine-engine/buffer.h
parenta4940f08b672530a217518d1fbcea4c2ea2428db (diff)
downloadxine-lib-9c4ee906d1cc4487be898342d07690f207e35f90.tar.gz
xine-lib-9c4ee906d1cc4487be898342d07690f207e35f90.tar.bz2
hook up ffmpeg's Flash Video support
CVS patchset: 6237 CVS date: 2004/03/09 04:09:41
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r--src/xine-engine/buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h
index 57fc47de1..255c867e8 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.135 2004/02/12 18:27:21 mroi Exp $
+ * $Id: buffer.h,v 1.136 2004/03/09 04:09:42 tmmm Exp $
*
*
* contents:
@@ -165,6 +165,7 @@ extern "C" {
#define BUF_VIDEO_ASV2 0x02490000
#define BUF_VIDEO_BITPLANE 0x024A0000 /* Amiga typical picture and animation format */
#define BUF_VIDEO_BITPLANE_BR1 0x024B0000 /* the same with Bytrun compression 1 */
+#define BUF_VIDEO_FLV1 0x024C0000
/* audio buffer types: (please keep in sync with buffer_types.c) */