diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-09-01 15:55:38 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-09-01 15:55:38 +0000 |
commit | 3f16d933a98dfd0095fbdfbea7d2282261d6db2b (patch) | |
tree | 8c776e7c93111af0fa747b2f0cfa65f1027258bc /libavformat/avformat.h | |
parent | 421e08590340c717d69ac8c76a46cad7c7c2e0f8 (diff) | |
download | ffmpeg-3f16d933a98dfd0095fbdfbea7d2282261d6db2b.tar.gz |
first pass at PSX STR demuxer; does not yet interact correctly with MDEC
video decoder
Originally committed as revision 2190 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 19151460d9..30cc1a5ff8 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -380,6 +380,9 @@ int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f); /* 4xm.c */ int fourxm_init(void); +/* psxstr.c */ +int str_init(void); + #include "rtp.h" #include "rtsp.h" |