diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-21 23:33:01 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-28 20:48:43 +0100 |
commit | cfac648e6af31e1ea58ddc753677761d83d89710 (patch) | |
tree | b4cab3a0a69f370a12c8d9407bddc0c2a8b47d5a /libavformat | |
parent | fc9bc08dca9ac32526251e19fcf738d23b8c68d1 (diff) | |
download | ffmpeg-cfac648e6af31e1ea58ddc753677761d83d89710.tar.gz |
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mov_chan.h | 4 | ||||
-rw-r--r-- | libavformat/mpegts.h | 4 | ||||
-rw-r--r-- | libavformat/rl2.c | 1 |
3 files changed, 2 insertions, 7 deletions
diff --git a/libavformat/mov_chan.h b/libavformat/mov_chan.h index abb6916144..bd6adf6ad4 100644 --- a/libavformat/mov_chan.h +++ b/libavformat/mov_chan.h @@ -40,9 +40,9 @@ uint64_t ff_mov_get_channel_layout(uint32_t tag, uint32_t bitmap); /** - * Get the channel layout for the specified channel layout tag. + * Get the channel layout for the specified channel label. * - * @param[in] tag channel label + * @param[in] label channel label * @return channel layout mask fragment */ uint32_t ff_mov_get_channel_label(uint32_t label); diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h index e38f2e09a3..9f2ba3f8f3 100644 --- a/libavformat/mpegts.h +++ b/libavformat/mpegts.h @@ -96,10 +96,6 @@ typedef struct { * @param stream_type STREAM_TYPE_xxx * @param pp Descriptor buffer pointer * @param desc_list_end End of buffer - * @param mp4_dec_config_descr_len Length of 'mp4_dec_config_descr', or zero if not present - * @param mp4_es_id - * @param pid - * @param mp4_dec_config_descr * @return <0 to stop processing */ int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, diff --git a/libavformat/rl2.c b/libavformat/rl2.c index bb0a961a66..d84b8b9fd6 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) |