[gst-cvs] gst-plugins-good: avi: add new avi flag we might want to use
Wim Taymans
wtay at kemper.freedesktop.org
Tue Oct 13 08:49:22 PDT 2009
Module: gst-plugins-good
Branch: master
Commit: 9aa151a66175df72ca944a573c46481e7467c359
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=9aa151a66175df72ca944a573c46481e7467c359
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Tue Oct 13 17:47:40 2009 +0200
avi: add new avi flag we might want to use
---
gst/avi/avi-ids.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gst/avi/avi-ids.h b/gst/avi/avi-ids.h
index 8ca550b..7b724df 100644
--- a/gst/avi/avi-ids.h
+++ b/gst/avi/avi-ids.h
@@ -31,6 +31,7 @@ typedef struct _gst_riff_avih {
#define GST_RIFF_AVIH_HASINDEX 0x00000010 /* has idx1 chunk */
#define GST_RIFF_AVIH_MUSTUSEINDEX 0x00000020 /* must use idx1 chunk to determine order */
#define GST_RIFF_AVIH_ISINTERLEAVED 0x00000100 /* AVI file is interleaved */
+#define GST_RIFF_AVIH_TRUSTCKTYPE 0x00000800 /* Use CKType to find key frames */
#define GST_RIFF_AVIH_WASCAPTUREFILE 0x00010000 /* specially allocated used for capturing real time video */
#define GST_RIFF_AVIH_COPYRIGHTED 0x00020000 /* contains copyrighted data */
guint32 tot_frames; /* # of frames (all) */
More information about the Gstreamer-commits
mailing list