diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:19:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:19:29 +0000 |
commit | 09f6a45dc28f229d4cb1e31dffdea868501dfb43 (patch) | |
tree | 1a11d298c2f3950f3fad2ca6526c4c760ece3841 /libavformat | |
parent | c4e12a9fa4d4f524d7a5832d82594c6b72e2ecae (diff) | |
download | ffmpeg-09f6a45dc28f229d4cb1e31dffdea868501dfb43.tar.gz |
Remove non-existing stray arguments from Doxygen function documentation.
Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtpdec_asf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpdec_asf.h b/libavformat/rtpdec_asf.h index 5d60a14354..35873bda0c 100644 --- a/libavformat/rtpdec_asf.h +++ b/libavformat/rtpdec_asf.h @@ -29,7 +29,6 @@ * Parse a Windows Media Server-specific SDP line * * @param s RTSP demux context - * @param line the SDP line to be parsed */ void ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p); |