Merge commit '50ecf15712'
* commit '50ecf15712':
avformat: utils: K&R formatting cosmetics
Conflicts:
libavformat/utils.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
896d6a7736
2 changed files with 997 additions and 858 deletions
|
|
@ -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)
|
||||
|
|
|
|||
1853
libavformat/utils.c
1853
libavformat/utils.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue