]> git.sesse.net Git - x264/blobdiff - common/set.h
s/movdqa/movaps/g
[x264] / common / set.h
index 86de444a814813dbf7c3622e977c422b15426b21..a018e7a0b4657dbcaf3d048c9d2c7a904f827936 100644 (file)
@@ -218,7 +218,7 @@ static const uint8_t * const x264_cqm_jvt[6] =
     x264_cqm_jvt8i, x264_cqm_jvt8p
 };
 
-void x264_cqm_init( x264_t *h );
+int  x264_cqm_init( x264_t *h );
 void x264_cqm_delete( x264_t *h );
 int  x264_cqm_parse_file( x264_t *h, const char *filename );