提交 1be8d0fb 编写于 作者: M Michael Niedermayer

srt_probe: make buffer pointer const

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 9cb887ed
......@@ -31,7 +31,7 @@ typedef struct {
static int srt_probe(AVProbeData *p)
{
unsigned char *ptr = p->buf;
const unsigned char *ptr = p->buf;
int i, v, num = 0;
if (AV_RB24(ptr) == 0xEFBBBF)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册