Commit 9889b29f authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/utils: make sidedata remapping table static const

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b44a242c
......@@ -736,7 +736,7 @@ int ff_init_buffer_info(AVCodecContext *avctx, AVFrame *frame)
{
AVPacket *pkt = avctx->internal->pkt;
int i;
struct {
static const struct {
enum AVPacketSideDataType packet;
enum AVFrameSideDataType frame;
} sd[] = {
......
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