diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:48:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:48:32 +0000 |
commit | 0baf34d844c897c0874cdb9152213a412a6eee72 (patch) | |
tree | b4eee9caab63fbc58238545b42f105d93515edb2 /libavcodec | |
parent | 58772292c0d4b07819ebe7d8a994f64e6ede922a (diff) | |
download | ffmpeg-0baf34d844c897c0874cdb9152213a412a6eee72.tar.gz |
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.
Originally committed as revision 23991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 4 | ||||
-rw-r--r-- | libavcodec/fraps.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8727c60842..b99b94dcb5 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3913,7 +3913,7 @@ unsigned int av_xiphlacing(unsigned char *s, unsigned int v); * * @return 0 in case of a successful parsing, a negative value otherwise * @param[in] str the string to parse: it has to be a string in the format - * <width>x<height> or a valid video frame size abbreviation. + * width x height or a valid video frame size abbreviation. * @param[in,out] width_ptr pointer to the variable which will contain the detected * frame width value * @param[in,out] height_ptr pointer to the variable which will contain the detected @@ -3926,7 +3926,7 @@ int av_parse_video_frame_size(int *width_ptr, int *height_ptr, const char *str); * * @return 0 in case of a successful parsing, a negative value otherwise * @param[in] str the string to parse: it has to be a string in the format - * <frame_rate_num>/<frame_rate_den>, a float number or a valid video rate abbreviation + * frame_rate_num / frame_rate_den, a float number or a valid video rate abbreviation * @param[in,out] frame_rate pointer to the AVRational which will contain the detected * frame rate */ diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index 3cb5cca8cc..b66dc6c343 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -23,7 +23,7 @@ /** * @file * Lossless Fraps 'FPS1' decoder - * @author Roine Gustafsson <roine at users sf net> + * @author Roine Gustafsson (roine at users sf net) * @author Konstantin Shishkov * * Codec algorithm for version 0 is taken from Transcode <www.transcoding.org> |