comparison allformats.c @ 138:7373bd0a8438 libavformat

add 4xm to the family
author tmmm
date Sun, 25 May 2003 05:18:30 +0000
parents c82a6062485e
children b9703b3c10b6
comparison
equal deleted inserted replaced
137:857a026b7e93 138:7373bd0a8438
45 au_init(); 45 au_init();
46 gif_init(); 46 gif_init();
47 mov_init(); 47 mov_init();
48 jpeg_init(); 48 jpeg_init();
49 dv_init(); 49 dv_init();
50 fourxm_init();
50 51
51 av_register_output_format(&yuv4mpegpipe_oformat); 52 av_register_output_format(&yuv4mpegpipe_oformat);
52 53
53 #ifdef CONFIG_VORBIS 54 #ifdef CONFIG_VORBIS
54 ogg_init(); 55 ogg_init();