aboutsummaryrefslogtreecommitdiffstats
path: root/libav/avformat.h
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-10-08 17:58:36 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-10-08 17:58:36 +0000
commitf20dca4020fdff4d9d0cdec5f51bf3c33f1bc9ef (patch)
tree2141031c1266d0ff0b44d7f64f7c2c0dc3b39b76 /libav/avformat.h
parent1c05e11d02024ad74ba6481bbb72acfcd3ece0f6 (diff)
downloadffmpeg-f20dca4020fdff4d9d0cdec5f51bf3c33f1bc9ef.tar.gz
added raw DV demux (audio is currently not handled)
Originally committed as revision 1015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/avformat.h')
-rw-r--r--libav/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libav/avformat.h b/libav/avformat.h
index b9a618d35b..943f63bc83 100644
--- a/libav/avformat.h
+++ b/libav/avformat.h
@@ -216,6 +216,9 @@ int raw_init(void);
/* ogg.c */
int ogg_init(void);
+/* dv.c */
+int dv_init(void);
+
/* ffm.c */
int ffm_init(void);