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
commit71dff05e68a9a58697be0dcfeba21808b1bf345f (patch)
tree252d8b969fadc837db76712fd06d566f64b058de /gst/qtdemux/qtdemux.h
parent054dc28a32f44ea1dd497d8b5919316998f79955 (diff)
downloadgst-plugins-bad-71dff05e68a9a58697be0dcfeba21808b1bf345f.tar.gz
gst-plugins-bad-71dff05e68a9a58697be0dcfeba21808b1bf345f.tar.bz2
gst-plugins-bad-71dff05e68a9a58697be0dcfeba21808b1bf345f.zip
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" {