提交 e0252402 编写于 作者: A Anton Khirnov

examples/encode_video: constify the AVCodec instance

上级 7b1f0347
......@@ -37,7 +37,7 @@
int main(int argc, char **argv)
{
const char *filename;
AVCodec *codec;
const AVCodec *codec;
AVCodecContext *c= NULL;
int i, ret, x, y, got_output;
FILE *f;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册