diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-03 13:45:23 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-03 18:30:02 +0200 |
commit | 3d85acc8f71581f403ea33711af76d97c4922310 (patch) | |
tree | 2ebfdbdf94224002ba2e4aabab530e4ab7a5a8b4 | |
parent | 050f509065b4f328c4621ef4116848303f0d1db0 (diff) | |
download | ffmpeg-3d85acc8f71581f403ea33711af76d97c4922310.tar.gz |
doxygen: Fix execute_code() @return documentation.
-rw-r--r-- | libavcodec/ansi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ansi.c b/libavcodec/ansi.c index e46879dd6b..32c7ce4ecd 100644 --- a/libavcodec/ansi.c +++ b/libavcodec/ansi.c @@ -153,7 +153,7 @@ static void draw_char(AVCodecContext *avctx, int c) /** * Execute ANSI escape code - * @param <0 error + * @return 0 on success, negative on error */ static int execute_code(AVCodecContext * avctx, int c) { |