mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-21 22:40:18 +01:00
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:
@@ -22,7 +22,7 @@
|
||||
#include "xiph.h"
|
||||
|
||||
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])
|
||||
{
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user