comparison allformats.c @ 571:4a755492b90b libavformat

* Introducing IIDC1394 grabbing interface. Use it with -grab dc1394 * Introducing yet another packed pix_fmt in order to support some of the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3).
author romansh
date Fri, 22 Oct 2004 02:04:30 +0000
parents 485a529adaee
children f847832552e5
comparison
equal deleted inserted replaced
570:d82ccc7cff1c 571:4a755492b90b
100 100
101 #ifdef CONFIG_DV1394 101 #ifdef CONFIG_DV1394
102 dv1394_init(); 102 dv1394_init();
103 #endif 103 #endif
104 104
105 #ifdef CONFIG_DC1394
106 dc1394_init();
107 #endif
108
105 nut_init(); 109 nut_init();
106 matroska_init(); 110 matroska_init();
107 sol_init(); 111 sol_init();
108 ea_init(); 112 ea_init();
109 113