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
ffprobe: fix typo in ESCAPE_CHECK_SIZE
tags/n0.11
Stefano Sabatini
14 years ago
parent
e81e0b9991
commit
1ca0812d90
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ffprobe.c
+ 1
- 1
ffprobe.c
View File
@@ -385,7 +385,7 @@ fail:
char buf[64]; \
snprintf(buf, sizeof(buf), "%s", src); \
av_log(log_ctx, AV_LOG_WARNING, \
"String '%s...'
with
is too big\n", buf); \
"String '%s...' is too big\n", buf);
\
return "FFPROBE_TOO_BIG_STRING"; \
}
Write
Preview
Loading…
Cancel
Save