summaryrefslogtreecommitdiff
path: root/ffmpeg/libavcodec/vp3dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/libavcodec/vp3dsp.c')
-rw-r--r--ffmpeg/libavcodec/vp3dsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg/libavcodec/vp3dsp.c b/ffmpeg/libavcodec/vp3dsp.c
index 9348963..5656629 100644
--- a/ffmpeg/libavcodec/vp3dsp.c
+++ b/ffmpeg/libavcodec/vp3dsp.c
@@ -138,7 +138,7 @@ static av_always_inline void idct(uint8_t *dst, int stride, int16_t *input, int
Hd = Bd + H;
/* Final sequence of operations over-write original inputs. */
- if(type==1){
+ if (type == 1) {
dst[0*stride] = av_clip_uint8((Gd + Cd ) >> 4);
dst[7*stride] = av_clip_uint8((Gd - Cd ) >> 4);
@@ -165,7 +165,7 @@ static av_always_inline void idct(uint8_t *dst, int stride, int16_t *input, int
}
} else {
- if(type==1){
+ if (type == 1) {
dst[0*stride]=
dst[1*stride]=
dst[2*stride]=