From 32f38cb4ccbbaad721ce34755bef2c6f028b3947 Mon Sep 17 00:00:00 2001
From: Fabrice Bellard <fabrice@bellard.org>
Date: Fri, 8 Aug 2003 17:54:05 +0000
Subject: [PATCH] exports mpegps_demux

Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/mpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index 0c347693584..489af7ca1ce 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),
-- 
GitLab