Browse Source

doxygen: Fix execute_code() @return documentation.

tags/n0.9
Diego Biurrun 14 years ago
parent
commit
3d85acc8f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ansi.c

+ 1
- 1
libavcodec/ansi.c View File

@@ -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)
{


Loading…
Cancel
Save