examples/decode_audio: constify the AVCodec instance

pull/258/head
Anton Khirnov 8 years ago
parent f5df897c4b
commit 90265814f9
  1. 2
      doc/examples/decode_audio.c

@ -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;

Loading…
Cancel
Save