Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/golomb-test.c')
-rw-r--r--libavcodec/golomb-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/golomb-test.c b/libavcodec/golomb-test.c
index bc90f36baf..e740a20aea 100644
--- a/libavcodec/golomb-test.c
+++ b/libavcodec/golomb-test.c
@@ -25,7 +25,6 @@
#include "golomb.h"
#include "put_bits.h"
-#undef fprintf
#define COUNT 8191
#define SIZE (COUNT * 4)