projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
video4linux2 input support
[libav.git]
/
libavformat
/
allformats.c
diff --git
a/libavformat/allformats.c
b/libavformat/allformats.c
index
ce2d691
..
00d85d5
100644
(file)
--- a/
libavformat/allformats.c
+++ b/
libavformat/allformats.c
@@
-89,6
+89,9
@@
void av_register_all(void)
#endif
ffm_init();
+#if defined(CONFIG_VIDEO4LINUX2)
+ v4l2_init();
+#endif
#if defined(CONFIG_VIDEO4LINUX) || defined(CONFIG_BKTR)
video_grab_init();
#endif