diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-26 23:35:38 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-26 23:35:38 +0100 |
commit | 896d6a7736c82a181bf17eb240f37645f6b7fa91 (patch) | |
tree | a4deb046f9d19f5c37c45278f49057ade8890d39 /libavformat/internal.h | |
parent | c2871568cffe5c8a32ac7db35febf4267746395b (diff) | |
parent | 50ecf15712354a1d5b3f4dc9a57ff90ed7ee9654 (diff) | |
download | ffmpeg-896d6a7736c82a181bf17eb240f37645f6b7fa91.tar.gz |
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.h | 2 |
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) |