mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 12:53:29 +00:00
tools: Remove some unnecessary #undefs.
This commit is contained in:
parent
c3e10ae412
commit
d55fa1cb25
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
#include <unistd.h> /* getopt */
|
#include <unistd.h> /* getopt */
|
||||||
|
|
||||||
#undef HAVE_AV_CONFIG_H
|
|
||||||
#include "libavutil/pixdesc.h"
|
#include "libavutil/pixdesc.h"
|
||||||
#include "libavutil/audioconvert.h"
|
#include "libavutil/audioconvert.h"
|
||||||
#include "libavfilter/avfiltergraph.h"
|
#include "libavfilter/avfiltergraph.h"
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
#define PKTFILESUFF "_%08" PRId64 "_%02d_%010" PRId64 "_%06d_%c.bin"
|
#define PKTFILESUFF "_%08" PRId64 "_%02d_%010" PRId64 "_%06d_%c.bin"
|
||||||
|
|
||||||
#undef strcat
|
|
||||||
|
|
||||||
static int usage(int ret)
|
static int usage(int ret)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "dump (up to maxpkts) AVPackets as they are demuxed by libavformat.\n");
|
fprintf(stderr, "dump (up to maxpkts) AVPackets as they are demuxed by libavformat.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user