comparison 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
comparison
equal deleted inserted replaced
570:d82ccc7cff1c 571:4a755492b90b
614 int video_grab_init(void); 614 int video_grab_init(void);
615 int audio_init(void); 615 int audio_init(void);
616 616
617 /* DV1394 */ 617 /* DV1394 */
618 int dv1394_init(void); 618 int dv1394_init(void);
619 int dc1394_init(void);
619 620
620 #ifdef HAVE_AV_CONFIG_H 621 #ifdef HAVE_AV_CONFIG_H
621 622
622 #include "os_support.h" 623 #include "os_support.h"
623 624