summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2004-10-22 02:04:30 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2004-10-22 02:04:30 +0000
commitf02be79d61022f399bb08573fd42d068cdf75b7b (patch)
treeeda5af9278e46245d3b56d96d89513466502ddc8 /libavformat/avformat.h
parent5ba7c3d7c9c53afad5e13203011619cff579b7ba (diff)
* 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). Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index a17778ea51..7d51ac425e 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -616,6 +616,7 @@ int audio_init(void);
/* DV1394 */
int dv1394_init(void);
+int dc1394_init(void);
#ifdef HAVE_AV_CONFIG_H