projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dv patch by Max Krasnyansky (maxk at qualcomm dot com)
[libav.git]
/
libavformat
/
allformats.c
diff --git
a/libavformat/allformats.c
b/libavformat/allformats.c
index
98702e4
..
8e8c9f0
100644
(file)
--- a/
libavformat/allformats.c
+++ b/
libavformat/allformats.c
@@
-21,6
+21,8
@@
/* If you do not call this function, then you can select exactly which
formats you want to support */
/* If you do not call this function, then you can select exactly which
formats you want to support */
+char *video_device = "none";
+
/**
* Initialize libavcodec and register all the codecs and formats.
*/
/**
* Initialize libavcodec and register all the codecs and formats.
*/
@@
-62,6
+64,10
@@
void av_register_all(void)
audio_init();
#endif
audio_init();
#endif
+#ifdef CONFIG_DV1394
+ dv1394_init();
+#endif
+
/* image formats */
av_register_image_format(&pnm_image_format);
av_register_image_format(&pbm_image_format);
/* image formats */
av_register_image_format(&pnm_image_format);
av_register_image_format(&pbm_image_format);