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

examples/decode_audio: constify the AVCodec instance

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