提交 dcdd5210 编写于 作者: C Clément Bœsch

Merge commit '90265814'

* commit '90265814':
  examples/decode_audio: constify the AVCodec instance
Merged-by: NClément Bœsch <u@pkh.me>
......@@ -41,7 +41,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.
先完成此消息的编辑!
想要评论请 注册