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
tools: Remove some unnecessary #undefs.
tags/n0.10
Diego Biurrun
14 years ago
parent
c3e10ae412
commit
d55fa1cb25
2 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
tools/graph2dot.c
+0
-2
tools/pktdumper.c
+ 0
- 1
tools/graph2dot.c
View File
@@ -20,7 +20,6 @@
#include <unistd.h> /* getopt */
#undef HAVE_AV_CONFIG_H
#include "libavutil/pixdesc.h"
#include "libavutil/audioconvert.h"
#include "libavfilter/avfiltergraph.h"
+ 0
- 2
tools/pktdumper.c
View File
@@ -29,8 +29,6 @@
#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");
Write
Preview
Loading…
Cancel
Save