]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xiph.h
avcodec/loco: Support LOCO reference encoder with odd width
[ffmpeg] / libavcodec / xiph.h
index b8ddbbe994e013f4c44237f634a74aef3740f6fc..1741a51b65d5654ebc960dec089b4f3a9ccc8a2e 100644 (file)
@@ -37,7 +37,7 @@
  * @return On error a negative value is returned, on success zero.
  */
 int avpriv_split_xiph_headers(const uint8_t *extradata, int extradata_size,
-                              int first_header_size, uint8_t *header_start[3],
+                              int first_header_size, const uint8_t *header_start[3],
                               int header_len[3]);
 
 #endif /* AVCODEC_XIPH_H */