exports mpegps_demux

Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Fabrice Bellard 22 years ago
parent ca1538f8d9
commit 32f38cb4cc
  1. 2
      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),

Loading…
Cancel
Save