diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-12-17 18:14:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-12-17 18:14:38 +0000 |
commit | 115329f16062074e11ccf3b89ead6176606c9696 (patch) | |
tree | e98aa993905a702688bf821737ab9a443969fc28 /libavcodec/libpostproc/postprocess_internal.h | |
parent | d76319b1ab716320f6e6a4d690b85fe4504ebd5b (diff) | |
download | ffmpeg-115329f16062074e11ccf3b89ead6176606c9696.tar.gz |
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libpostproc/postprocess_internal.h')
-rw-r--r-- | libavcodec/libpostproc/postprocess_internal.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/libpostproc/postprocess_internal.h b/libavcodec/libpostproc/postprocess_internal.h index 01d4679adb..f72dc05cd4 100644 --- a/libavcodec/libpostproc/postprocess_internal.h +++ b/libavcodec/libpostproc/postprocess_internal.h @@ -114,7 +114,7 @@ typedef struct PPContext{ uint8_t *tempBlocks; ///<used for the horizontal code /** - * luma histogram. + * luma histogram. * we need 64bit here otherwise we'll going to have a problem * after watching a black picture for 5 hours */ @@ -147,12 +147,12 @@ typedef struct PPContext{ int nonBQP; int frameNum; - + int cpuCaps; - + int qpStride; ///<size of qp buffers (needed to realloc them if needed) int stride; ///<size of some buffers (needed to realloc them if needed) - + int hChromaSubSample; int vChromaSubSample; |