summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-15 18:32:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-15 18:32:54 +0000
commit03cfe134ca7b07edfdcfa269ac12da52aa363cc3 (patch)
tree62b6a876c0405022ffe81ed02230fbf5b41c0073 /libavformat/avformat.h
parent1260756d2b9ba41e16724cbf477d3a34cada5bb1 (diff)
image2 / image API cleanup phase-1
with this its possible to encode&decode any video codec to individual (1 file per frame) files Originally committed as revision 3319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 578028606c..e88a59e39d 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -385,6 +385,9 @@ int crc_init(void);
/* img.c */
int img_init(void);
+/* img2.c */
+int img2_init(void);
+
/* asf.c */
int asf_init(void);