diff options
author | Mike Melanson | 2006-02-17 03:17:42 +0000 |
---|---|---|
committer | Mike Melanson | 2006-02-17 03:17:42 +0000 |
commit | 26376701446a51fc505ea998fe477118af3f1c59 (patch) | |
tree | 67364d18222cfaa1fe34e83a744691fceb5ccef2 /libavformat/allformats.c | |
parent | 220522479ba603cfc1507d92d704089d0faa6296 (diff) |
complete AVS playback system (from Creature Shock computer game),
courtesy of Aurelien Jacobs <aurel at gnuage dot org>
Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 1341621fe3..51fbd3edda 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -118,6 +118,7 @@ void av_register_all(void) daud_init(); voc_init(); tta_init(); + avs_init(); #ifdef CONFIG_MUXERS /* image formats */ |