diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-02 11:59:02 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-02 15:32:15 +0100 |
commit | 2c4f5736962a7ae6a484017eddc07452cc4c39c0 (patch) | |
tree | 07d755336c46e5a51135ba8e061490dffec53df9 /libavcodec/hevc_mvs.c | |
parent | e877455ff98a655fb95aff7574b6d269bd712110 (diff) | |
download | ffmpeg-2c4f5736962a7ae6a484017eddc07452cc4c39c0.tar.gz |
libavcodec/hevc: random cosmetics to reduce diff to 064698d381e1e7790f21b0199a8930ea04e2e942
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc_mvs.c')
-rw-r--r-- | libavcodec/hevc_mvs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/hevc_mvs.c b/libavcodec/hevc_mvs.c index a25f7abb37..b4e067b876 100644 --- a/libavcodec/hevc_mvs.c +++ b/libavcodec/hevc_mvs.c @@ -1,5 +1,5 @@ /* - * HEVC video Decoder + * HEVC video decoder * * Copyright (C) 2012 - 2013 Guillaume Martres * Copyright (C) 2013 Anand Meher Kotra @@ -249,8 +249,7 @@ static int temporal_luma_motion_vector(HEVCContext *s, int x0, int y0, { MvField *tab_mvf; MvField temp_col; - int x, y; - int x_pu, y_pu; + int x, y, x_pu, y_pu; int min_pu_width = s->sps->min_pu_width; int availableFlagLXCol = 0; int colPic; |