summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2004-01-26 20:01:35 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2004-01-26 20:01:35 +0000
commit98fc4bf118ed3735ae15cd2dfb4624d5d3ae5508 (patch)
tree89de7ff9393196c9e5c08d8555832d70e200521b /gst/qtdemux/qtdemux.h
parentea159699b80b97e5cf7480909b42a9ed7ff482f0 (diff)
Add SVQ3 specific flags to qtdemux and ffmpeg
Original commit message from CVS: 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr> * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt): * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak), (qtdemux_video_caps): * gst/qtdemux/qtdemux.h: Add SVQ3 specific flags to qtdemux and ffmpeg
Diffstat (limited to 'gst/qtdemux/qtdemux.h')
-rw-r--r--gst/qtdemux/qtdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h
index 108faab1..249ef216 100644
--- a/gst/qtdemux/qtdemux.h
+++ b/gst/qtdemux/qtdemux.h
@@ -23,6 +23,7 @@
#include <gst/gst.h>
#include <gst/bytestream/bytestream.h>
+#include <gst/getbits/getbits.h>
#ifdef __cplusplus
extern "C" {