summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-02-03 13:12:20 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-02-03 13:12:20 +0000
commit88297e80aa005afc4ebdfb4ab68e38a114439905 (patch)
tree04327c6201314909868f8e3c0172e8f315b6c7d0 /libavformat/rmdec.c
parent1558d0b9103394d7d7ca1eb41b1e85647e4d1cce (diff)
Reformat rdt_demuxer AVCodec struct sanely.
Originally committed as revision 16969 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rmdec.c')
-rw-r--r--libavformat/rmdec.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 84c1ba3021..9de97ccecb 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -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,
};