summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
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/allformats.c
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/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 2ea2118951..d7898cf3d3 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -34,6 +34,7 @@ void av_register_all(void)
#ifdef CONFIG_ENCODERS
crc_init();
img_init();
+ img2_init();
#endif //CONFIG_ENCODERS
raw_init();
mp3_init();