diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-09 19:28:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-09 19:30:55 +0200 |
commit | 96b069450cd037d7e1406859e42f4a1650e31226 (patch) | |
tree | 38bdf389558e660a12597304eafe32ded270a0f5 /libavcodec/dv_profile.h | |
parent | 5309e7e6aa1e15e52b197930b7a1a2068eb0ac88 (diff) | |
parent | ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47 (diff) | |
download | ffmpeg-96b069450cd037d7e1406859e42f4a1650e31226.tar.gz |
Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'
* commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47':
dv: K&R formatting cosmetics
Conflicts:
libavcodec/dv.c
libavcodec/dv.h
libavcodec/dv_profile.c
libavcodec/dvdec.c
libavcodec/dvenc.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dv_profile.h')
-rw-r--r-- | libavcodec/dv_profile.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/dv_profile.h b/libavcodec/dv_profile.h index 34a1a3c645..a2aec4d1c2 100644 --- a/libavcodec/dv_profile.h +++ b/libavcodec/dv_profile.h @@ -26,8 +26,9 @@ #include "avcodec.h" /* minimum number of bytes to read from a DV stream in order to - determine the profile */ -#define DV_PROFILE_BYTES (6*80) /* 6 DIF blocks */ + * determine the profile */ +#define DV_PROFILE_BYTES (6 * 80) /* 6 DIF blocks */ + /* * AVDVProfile is used to express the differences between various |