diff options
author | Michael Niedermayer | 2012-02-29 00:30:35 +0100 |
---|---|---|
committer | Michael Niedermayer | 2012-02-29 00:30:35 +0100 |
commit | 0e6aa0fef565fdb625673c60276e90c2ea091e8e (patch) | |
tree | f0b08a7f4b465aaa0d9144e9b837b18294db3df6 /libavformat/rl2.c | |
parent | f929abd0c3643b28a9552512d698cf61ad4d08fa (diff) | |
parent | bbeb29133b55b7256d18f5aaab8b5c8e919a173a (diff) |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
adpcm: Clip step_index values read from the bitstream at the beginning of each frame.
oma: don't read beyond end of leaf_table.
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Indeo3: fix crashes on corrupt bitstreams.
msmpeg4: Replace forward declaration by proper #include.
segment: implement wrap around
avf: reorder AVStream and AVFormatContext
aacdec: Remove erroneous reference to global gain from the out of bounds scalefactor error message.
Conflicts:
libavcodec/indeo3.c
libavformat/avformat.h
libavutil/avutil.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rl2.c')
-rw-r--r-- | libavformat/rl2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rl2.c b/libavformat/rl2.c index 8692e22afa..fbf52f4660 100644 --- a/libavformat/rl2.c +++ b/libavformat/rl2.c @@ -69,7 +69,6 @@ static int rl2_probe(AVProbeData *p) /** * read rl2 header data and setup the avstreams * @param s demuxer context - * @param ap format parameters * @return 0 on success, AVERROR otherwise */ static av_cold int rl2_read_header(AVFormatContext *s) |