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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-27 02:35:38 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-27 02:35:38 +0400
commit896d6a7736c82a181bf17eb240f37645f6b7fa91 (patch)
treea4deb046f9d19f5c37c45278f49057ade8890d39 /libavformat/internal.h
parentc2871568cffe5c8a32ac7db35febf4267746395b (diff)
parent50ecf15712354a1d5b3f4dc9a57ff90ed7ee9654 (diff)
Merge commit '50ecf15712354a1d5b3f4dc9a57ff90ed7ee9654'
* commit '50ecf15712354a1d5b3f4dc9a57ff90ed7ee9654': avformat: utils: K&R formatting cosmetics Conflicts: libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 1560e9f44f..59370565ca 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -28,7 +28,7 @@
/** size of probe buffer, for guessing file type from file contents */
#define PROBE_BUF_MIN 2048
-#define PROBE_BUF_MAX (1<<20)
+#define PROBE_BUF_MAX (1 << 20)
#ifdef DEBUG
# define hex_dump_debug(class, buf, size) av_hex_dump_log(class, AV_LOG_DEBUG, buf, size)