diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 10:49:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 10:49:29 +0000 |
commit | 9a58234feaae8b387b7a7e41b643ec619534d26a (patch) | |
tree | eaba3937ef0f47cfc6e1fb471c6e17147fd1596a /libavcodec/rle.h | |
parent | 5298b070c294c211a8777c8c0d61c42bbfd4d1d3 (diff) | |
download | ffmpeg-9a58234feaae8b387b7a7e41b643ec619534d26a.tar.gz |
Fix misspelled parameter names in Doxygen documentation.
This fixes one Doxygen warning each.
Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rle.h')
-rw-r--r-- | libavcodec/rle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rle.h b/libavcodec/rle.h index f892443266..24851321fe 100644 --- a/libavcodec/rle.h +++ b/libavcodec/rle.h @@ -28,7 +28,7 @@ * Value before raw bytes is (count ^ xor_raw) + add_raw. * @param outbuf Output buffer * @param out_size Maximum output size - * @param ptr Input buffer + * @param inbuf Input buffer * @param bpp Bytes per pixel * @param w Image width * @return Size of output in bytes, or -1 if larger than out_size |