[SCM] libav/experimental: h264: Fix a typo from the previous commit

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:28 UTC 2014


The following commit has been merged in the experimental branch:
commit d922c5a5fbaf0b6c73bd8c81ae059bc6e406961c
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Sat Feb 22 11:19:03 2014 +0100

    h264: Fix a typo from the previous commit
    
    f777504f640260337974848c7d5d7a3f064bbb45 changed a - in +
    
    CC: libav-stable at libav.org

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 7a81a71..7f9683e 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3896,7 +3896,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0)
             }
         }
     }
-    h->qp_thresh = 15 +
+    h->qp_thresh = 15 -
                    FFMIN(h->slice_alpha_c0_offset, h->slice_beta_offset) -
                    FFMAX3(0,
                           h->pps.chroma_qp_index_offset[0],

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list