提交 a728a28d 编写于 作者: M Michael Niedermayer

v308dec: remove unneeded self assignment

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 4257b804
......@@ -68,7 +68,6 @@ static int v308_decode_frame(AVCodecContext *avctx, void *data,
}
*got_frame = 1;
*(AVFrame *)data = *pic;
return avpkt->size;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册