Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-02 14:59:02 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-11-02 20:28:44 +0400
commit35594c48caf00ef96c45b50be4767f3e7f08a77f (patch)
tree0aa444b2506a14878bb932b63e15507534881afd /libavcodec/hevc_filter.c
parent2c4f5736962a7ae6a484017eddc07452cc4c39c0 (diff)
libavcodec/hevc: random cosmetics to reduce diff to 064698d381e1e7790f21b0199a8930ea04e2e942
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc_filter.c')
-rw-r--r--libavcodec/hevc_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevc_filter.c b/libavcodec/hevc_filter.c
index 1335bb42da..ae72fbbe49 100644
--- a/libavcodec/hevc_filter.c
+++ b/libavcodec/hevc_filter.c
@@ -89,7 +89,7 @@ static int get_qPy_pred(HEVCContext *s, int xC, int yC,
(xQgBase & ctb_size_mask);
int availableB = (yBase & ctb_size_mask) &&
(yQgBase & ctb_size_mask);
- int qPy_pred, qPy_a ,qPy_b;
+ int qPy_pred, qPy_a, qPy_b;
// qPy_pred
if (lc->first_qp_group) {