comparison allformats.c @ 594:89a09ede50ad libavformat

First implementation of nsv demuxer. Get libavformat linked with lavc and lmp3lame is required. BeOS requires no undefined syms on link! (besides it's bad to leave undef syms)
author mmu_man
date Sat, 20 Nov 2004 23:10:07 +0000
parents f847832552e5
children d2bae3719018
comparison
equal deleted inserted replaced
593:a1f354e84965 594:89a09ede50ad
108 108
109 nut_init(); 109 nut_init();
110 matroska_init(); 110 matroska_init();
111 sol_init(); 111 sol_init();
112 ea_init(); 112 ea_init();
113 nsvdec_init();
113 114
114 #ifdef CONFIG_ENCODERS 115 #ifdef CONFIG_ENCODERS
115 /* image formats */ 116 /* image formats */
116 #if 0 117 #if 0
117 av_register_image_format(&pnm_image_format); 118 av_register_image_format(&pnm_image_format);