diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-12-12 22:31:46 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-12-12 22:31:46 +0000 |
commit | e519b02c108a6922ff0e9a12b74ea7a7fbcf7bf1 (patch) | |
tree | 56a7e139d22371d8deb528cc9cb2446deaec3f10 /libavformat/allformats.h | |
parent | fc53da2037b21096dc2b740e044fd1f75d4cc971 (diff) | |
download | ffmpeg-e519b02c108a6922ff0e9a12b74ea7a7fbcf7bf1.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 7293 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r-- | libavformat/allformats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index a138841c9c..2de779f1a4 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -163,6 +163,7 @@ extern AVInputFormat wv_demuxer; extern AVOutputFormat yuv4mpegpipe_muxer; extern AVInputFormat yuv4mpegpipe_demuxer; extern AVInputFormat tiertexseq_demuxer; +extern AVInputFormat x11_grab_device_demuxer; /* raw.c */ int pcm_read_seek(AVFormatContext *s, |