diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-06-13 09:28:41 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-06-13 09:28:41 +0200 |
commit | 3323c5f353af9d9de29528a086cbe9b103e268ea (patch) | |
tree | cf6c85e2fb50436ee0bc86352b4945bf61f13fe4 /libpostproc | |
parent | 178ba1fd03c85835a70ec5b365d62ec6582da97f (diff) | |
download | ffmpeg-streaming-3323c5f353af9d9de29528a086cbe9b103e268ea.zip ffmpeg-streaming-3323c5f353af9d9de29528a086cbe9b103e268ea.tar.gz |
Remove a few occurences of "long long" from the libraries.
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index c7ad3f0..5694cc5 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -1383,7 +1383,7 @@ DERING_CORE((%0, %1, 8) ,(%%REGd, %1, 4),%%mm2,%%mm4,%%mm0,%%mm3,%%mm5,%%mm1, #ifdef DEBUG_DERING_THRESHOLD __asm__ volatile("emms\n\t":); { - static long long numPixels=0; + static uint64_t numPixels=0; if(x!=1 && x!=8 && y!=1 && y!=8) numPixels++; // if((max-min)<20 || (max-min)*QP<200) // if((max-min)*QP < 500) |