summaryrefslogtreecommitdiff
path: root/libavformat/grab_bktr.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-07-10 21:14:37 +0000
committerMåns Rullgård <mans@mansr.com>2006-07-10 21:14:37 +0000
commitff70e60176056daf646109b8e42654a3036fa02b (patch)
tree42e32d1e4bff334964cf93766ff2da6ee9a8f1d3 /libavformat/grab_bktr.c
parent4cac0d5589ab1a076e977425925015f2c8e591a8 (diff)
allow individual selection of muxers and demuxers
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/grab_bktr.c')
-rw-r--r--libavformat/grab_bktr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/grab_bktr.c b/libavformat/grab_bktr.c
index 782536c525..fc7301cabe 100644
--- a/libavformat/grab_bktr.c
+++ b/libavformat/grab_bktr.c
@@ -326,9 +326,3 @@ AVInputFormat video_grab_device_demuxer = {
grab_read_close,
.flags = AVFMT_NOFILE,
};
-
-int video_grab_init(void)
-{
- av_register_input_format(&video_grab_device_demuxer);
- return 0;
-}