Commit 4d9a46fe authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/libx264: mark unchanged pointer arguments as const

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3edb9aae
......@@ -100,7 +100,7 @@ static void X264_log(void *p, int level, const char *fmt, va_list args)
static int encode_nals(AVCodecContext *ctx, AVPacket *pkt,
x264_nal_t *nals, int nnal)
const x264_nal_t *nals, int nnal)
{
X264Context *x4 = ctx->priv_data;
uint8_t *p;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment