mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08: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:
@ -278,7 +278,7 @@ static int ea_read_close(AVFormatContext *s)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static AVInputFormat ea_demuxer = {
|
||||
AVInputFormat ea_demuxer = {
|
||||
"ea",
|
||||
"Electronic Arts Multimedia Format",
|
||||
sizeof(EaDemuxContext),
|
||||
@ -287,9 +287,3 @@ static AVInputFormat ea_demuxer = {
|
||||
ea_read_packet,
|
||||
ea_read_close,
|
||||
};
|
||||
|
||||
int ea_init(void)
|
||||
{
|
||||
av_register_input_format(&ea_demuxer);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user