exports mpegps_demux
Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -690,7 +690,7 @@ static AVOutputFormat mpeg2vob_mux = {
|
|||||||
mpeg_mux_end,
|
mpeg_mux_end,
|
||||||
};
|
};
|
||||||
|
|
||||||
static AVInputFormat mpegps_demux = {
|
AVInputFormat mpegps_demux = {
|
||||||
"mpeg",
|
"mpeg",
|
||||||
"MPEG PS format",
|
"MPEG PS format",
|
||||||
sizeof(MpegDemuxContext),
|
sizeof(MpegDemuxContext),
|
||||||
|
|||||||
Reference in New Issue
Block a user