projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
typo: occured --> occurred
[ffmpeg.git]
/
tools
/
pktdumper.c
diff --git
a/tools/pktdumper.c
b/tools/pktdumper.c
index
04488ca
..
2d5a3b7
100644
(file)
--- a/
tools/pktdumper.c
+++ b/
tools/pktdumper.c
@@
-28,6
+28,8
@@
#define PKTFILESUFF "_%08"PRId64"_%02d_%010"PRId64"_%06d_%c.bin"
+#undef strcat
+
static int usage(int ret)
{
fprintf(stderr, "dump (up to maxpkts) AVPackets as they are demuxed by libavformat.\n");