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
This commit is contained in:
Michael Niedermayer
2004-07-15 18:32:54 +00:00
parent 1260756d2b
commit 03cfe134ca
5 changed files with 376 additions and 1 deletions

View File

@@ -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();