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 /libavcodec/fraps.c | |
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 'libavcodec/fraps.c')
-rw-r--r-- | libavcodec/fraps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index 959ce92ea1..3cb5cca8cc 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -123,8 +123,6 @@ static int fraps2_decode_plane(FrapsContext *s, uint8_t *dst, int stride, int w, * @param avctx codec context * @param data output AVFrame * @param data_size size of output data or 0 if no picture is returned - * @param buf input data frame - * @param buf_size size of input data frame * @return number of consumed bytes on success or negative if decode fails */ static int decode_frame(AVCodecContext *avctx, |