X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Flibavcodec%2Fxiph.h;h=b8ddbbe994e013f4c44237f634a74aef3740f6fc;hp=5c4dcc456527b6d004ee8d73c0d19c57ad7b9777;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/libavcodec/xiph.h b/ffmpeg/libavcodec/xiph.h index 5c4dcc4..b8ddbbe 100644 --- a/ffmpeg/libavcodec/xiph.h +++ b/ffmpeg/libavcodec/xiph.h @@ -36,7 +36,7 @@ * @param[out] header_len The sizes of each of the three headers. * @return On error a negative value is returned, on success zero. */ -int avpriv_split_xiph_headers(uint8_t *extradata, int extradata_size, +int avpriv_split_xiph_headers(const uint8_t *extradata, int extradata_size, int first_header_size, uint8_t *header_start[3], int header_len[3]);