Mercurial > libavformat.hg
comparison allformats.c @ 961:d1d7a0e87dea libavformat
complete AVS playback system (from Creature Shock computer game),
courtesy of Aurelien Jacobs <aurel at gnuage dot org>
author | melanson |
---|---|
date | Fri, 17 Feb 2006 03:17:42 +0000 |
parents | 3a64595e57be |
children | a0d0542fb5f0 |
comparison
equal
deleted
inserted
replaced
960:6c30a916e27d | 961:d1d7a0e87dea |
---|---|
116 ea_init(); | 116 ea_init(); |
117 nsvdec_init(); | 117 nsvdec_init(); |
118 daud_init(); | 118 daud_init(); |
119 voc_init(); | 119 voc_init(); |
120 tta_init(); | 120 tta_init(); |
121 avs_init(); | |
121 | 122 |
122 #ifdef CONFIG_MUXERS | 123 #ifdef CONFIG_MUXERS |
123 /* image formats */ | 124 /* image formats */ |
124 #if 0 | 125 #if 0 |
125 av_register_image_format(&pnm_image_format); | 126 av_register_image_format(&pnm_image_format); |