diff avformat.h @ 497:d95e74ef39e0 libavformat

image2 / image API cleanup phase-1 with this its possible to encode&decode any video codec to individual (1 file per frame) files
author michael
date Thu, 15 Jul 2004 18:32:54 +0000
parents 334e08488ad1
children 056991ab9f10
line wrap: on
line diff
--- a/avformat.h	Wed Jul 14 01:32:14 2004 +0000
+++ b/avformat.h	Thu Jul 15 18:32:54 2004 +0000
@@ -385,6 +385,9 @@
 /* img.c */
 int img_init(void);
 
+/* img2.c */
+int img2_init(void);
+
 /* asf.c */
 int asf_init(void);