]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/imcdata.h
Move the AVCodecContext options definition to a dedicated file, reduce
[ffmpeg] / libavcodec / imcdata.h
index 29c6b81a1b4f7d3ebc9fbce9d44ff1856588d25d..64e7c7185e151da12132aa6a4a8785d9a4bf4578 100644 (file)
@@ -19,7 +19,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 #ifndef AVCODEC_IMCDATA_H
@@ -95,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] = {
@@ -167,4 +166,4 @@ static const uint16_t imc_huffman_bits[4][4][18] = {
     }
 };
 
-#endif // AVCODEC_IMCDATA_H
+#endif /* AVCODEC_IMCDATA_H */