diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-08 17:54:05 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-08 17:54:05 +0000 |
commit | 32f38cb4ccbbaad721ce34755bef2c6f028b3947 (patch) | |
tree | 4d7be2c61f4e128c9dadef175b3950c212b7d7d1 /libavformat/mpeg.c | |
parent | ca1538f8d90447d30d6aa5eafe59bab66e997275 (diff) | |
download | ffmpeg-32f38cb4ccbbaad721ce34755bef2c6f028b3947.tar.gz |
exports mpegps_demux
Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpeg.c')
-rw-r--r-- | libavformat/mpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 0c34769358..489af7ca1c 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -690,7 +690,7 @@ static AVOutputFormat mpeg2vob_mux = { mpeg_mux_end, }; -static AVInputFormat mpegps_demux = { +AVInputFormat mpegps_demux = { "mpeg", "MPEG PS format", sizeof(MpegDemuxContext), |