[SCM] libav/experimental: Reformat rdt_demuxer AVCodec struct sanely.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:36:49 UTC 2013
The following commit has been merged in the experimental branch:
commit 88297e80aa005afc4ebdfb4ab68e38a114439905
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Tue Feb 3 13:12:20 2009 +0000
Reformat rdt_demuxer AVCodec struct sanely.
Originally committed as revision 16969 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 84c1ba3..9de97cc 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,
};
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list