]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/imcdata.h
allows calling avcodec_find_(en|de)coder_by_name with NULL parameter
[ffmpeg] / libavcodec / imcdata.h
index fcd780b42011ca4dcfd215b5e2fb5aa5da2e96ce..64e7c7185e151da12132aa6a4a8785d9a4bf4578 100644 (file)
@@ -94,7 +94,7 @@ static const float imc_exp_tab[32] = {
     1.778280e02, 3.162278e02, 5.623413e02, 1.000000e03,
     1.778280e03, 3.162278e03, 5.623413e03, 1.000000e04
 };
-static const float *imc_exp_tab2 = imc_exp_tab + 8;
+static const float * const imc_exp_tab2 = imc_exp_tab + 8;
 
 
 static const uint8_t imc_cb_select[4][32] = {
@@ -166,4 +166,4 @@ static const uint16_t imc_huffman_bits[4][4][18] = {
     }
 };
 
-#endif // AVCODEC_IMCDATA_H
+#endif /* AVCODEC_IMCDATA_H */