Commit 90265814 authored by Anton Khirnov's avatar Anton Khirnov

examples/decode_audio: constify the AVCodec instance

parent f5df897c
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
const char *outfilename, *filename; const char *outfilename, *filename;
AVCodec *codec; const AVCodec *codec;
AVCodecContext *c= NULL; AVCodecContext *c= NULL;
int len; int len;
FILE *f, *outfile; FILE *f, *outfile;
......
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