# HG changeset patch # User bellard # Date 1060365245 0 # Node ID 94fa5e3367ed7aeb895090875876d089b65de6b5 # Parent e3cfb9131dfa8c1f901057f0d243c8382c4eccff exports mpegps_demux diff -r e3cfb9131dfa -r 94fa5e3367ed mpeg.c --- a/mpeg.c Fri Aug 08 17:53:30 2003 +0000 +++ b/mpeg.c Fri Aug 08 17:54:05 2003 +0000 @@ -690,7 +690,7 @@ mpeg_mux_end, }; -static AVInputFormat mpegps_demux = { +AVInputFormat mpegps_demux = { "mpeg", "MPEG PS format", sizeof(MpegDemuxContext),