Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-08-08 21:54:05 +0400
committerFabrice Bellard <fabrice@bellard.org>2003-08-08 21:54:05 +0400
commit32f38cb4ccbbaad721ce34755bef2c6f028b3947 (patch)
tree4d7be2c61f4e128c9dadef175b3950c212b7d7d1 /libavformat
parentca1538f8d90447d30d6aa5eafe59bab66e997275 (diff)
exports mpegps_demux
Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mpeg.c2
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),