diff avformat.h @ 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 c1e54abaa87e
children 7793767ffe35
line wrap: on
line diff
--- a/avformat.h	Fri Oct 22 01:51:17 2004 +0000
+++ b/avformat.h	Fri Oct 22 02:04:30 2004 +0000
@@ -616,6 +616,7 @@
 
 /* DV1394 */
 int dv1394_init(void);
+int dc1394_init(void);
 
 #ifdef HAVE_AV_CONFIG_H