]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ps2/dsputil_mmi.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / ps2 / dsputil_mmi.c
index 4190f9da10481694fa6512539f4f7a4e503feca1..349583f1ba74024b4643cbb8132d71683a7095e8 100644 (file)
@@ -142,9 +142,9 @@ static void put_pixels16_mmi(uint8_t *block, const uint8_t *pixels, int line_siz
 void dsputil_init_mmi(DSPContext* c, AVCodecContext *avctx)
 {
     const int idct_algo= avctx->idct_algo;
-    const int h264_high_depth = avctx->codec_id == CODEC_ID_H264 && avctx->bits_per_raw_sample > 8;
+    const int high_bit_depth = avctx->codec_id == CODEC_ID_H264 && avctx->bits_per_raw_sample > 8;
 
-    if (!h264_high_depth) {
+    if (!high_bit_depth) {
     c->clear_blocks = clear_blocks_mmi;
 
     c->put_pixels_tab[1][0] = put_pixels8_mmi;