diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-12-13 08:45:36 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-12-13 08:45:36 +0000 |
commit | f58f4ce19d37cd754ffc577906b619a083b03191 (patch) | |
tree | 9891e418cc4c983cd16ada49819a31634abce399 /libavformat/allformats.c | |
parent | 83c547a4a14976ea2a5e51273a2ef372aca71044 (diff) | |
download | ffmpeg-f58f4ce19d37cd754ffc577906b619a083b03191.tar.gz |
Original X11 device demuxer patch from Clemens Fruhwirth
- Build system integration is equivalent to RFC #6 patch
- Same rule applies to ffmpeg.c/allformats.[c|h]
- x11grab.c is from Clemens Fruhwirth except the x11 grab
structure for libavformat registration is renamed to
match build system integration.
Originally committed as revision 7302 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index f4b16adffd..3ef9bc3238 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -166,6 +166,7 @@ void av_register_all(void) REGISTER_DEMUXER (WSAUD, wsaud); REGISTER_DEMUXER (WSVQA, wsvqa); REGISTER_DEMUXER (WV, wv); + REGISTER_DEMUXER (X11_GRAB_DEVICE, x11_grab_device); REGISTER_MUXDEMUX(YUV4MPEGPIPE, yuv4mpegpipe); #ifdef CONFIG_PROTOCOLS |