This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doxygen: Fix execute_code()
@return
documentation.
tags/n0.9
Diego Biurrun
14 years ago
parent
050f509065
commit
3d85acc8f7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
{
Write
Preview
Loading…
Cancel
Save