mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Reformat rdt_demuxer AVCodec struct sanely.
Originally committed as revision 16969 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1558d0b910
commit
88297e80aa
@ -842,5 +842,8 @@ AVInputFormat rdt_demuxer = {
|
||||
"rdt",
|
||||
NULL_IF_CONFIG_SMALL("RDT demuxer"),
|
||||
sizeof(RMDemuxContext),
|
||||
NULL, NULL, NULL, rm_read_close, NULL, NULL
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
rm_read_close,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user