avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers()
Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user