Commit dcdd5210 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '90265814'

* commit '90265814':
  examples/decode_audio: constify the AVCodec instance
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 9bed10af 90265814
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment