mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
allow individual selection of muxers and demuxers
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -612,7 +612,7 @@ static int ipmovie_read_close(AVFormatContext *s)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static AVInputFormat ipmovie_demuxer = {
|
||||
AVInputFormat ipmovie_demuxer = {
|
||||
"ipmovie",
|
||||
"Interplay MVE format",
|
||||
sizeof(IPMVEContext),
|
||||
@@ -621,10 +621,3 @@ static AVInputFormat ipmovie_demuxer = {
|
||||
ipmovie_read_packet,
|
||||
ipmovie_read_close,
|
||||
};
|
||||
|
||||
int ipmovie_init(void)
|
||||
{
|
||||
av_register_input_format(&ipmovie_demuxer);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user