diff options
author | Mike Melanson <mike@multimedia.cx> | 2006-02-12 06:49:40 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2006-02-12 06:49:40 +0000 |
commit | 4e114829b1d03ce4714c45f5d8628d46cc873cc0 (patch) | |
tree | 20accf6039bb7c2b585af24a77fbdef1ca7fa2fc /libavformat/avformat.h | |
parent | 6df84c3ad484bdc0c295c883f013b6a899d55f66 (diff) | |
download | ffmpeg-4e114829b1d03ce4714c45f5d8628d46cc873cc0.tar.gz |
complete American Laser Games MM playback system, courtesy of Peter Ross
(suxen_drol at hotmail dot com)
Originally committed as revision 4999 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index f04fbb128b..c01f6efa75 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -561,6 +561,9 @@ int tta_init(void); /* adts.c */ int ff_adts_init(void); +/* mm.c */ +int mm_init(void); + #include "rtp.h" #include "rtsp.h" |