comparison allformats.c @ 1145:95054d76b7e6 libavformat

add GXF demuxer
author reimar
date Mon, 03 Jul 2006 16:32:57 +0000
parents e3a585883bbd
children d18cc9a1fd02
comparison
equal deleted inserted replaced
1144:d3a8c634106f 1145:95054d76b7e6
120 daud_init(); 120 daud_init();
121 voc_init(); 121 voc_init();
122 tta_init(); 122 tta_init();
123 avs_init(); 123 avs_init();
124 nuv_init(); 124 nuv_init();
125 gxf_init();
125 126
126 #ifdef CONFIG_MUXERS 127 #ifdef CONFIG_MUXERS
127 /* image formats */ 128 /* image formats */
128 #if 0 129 #if 0
129 av_register_image_format(&pnm_image_format); 130 av_register_image_format(&pnm_image_format);