Skip to content
Snippets Groups Projects
Commit dcdd5210 authored by Clément Bœsch's avatar Clément Bœsch
Browse files

Merge commit '90265814'


* commit '90265814':
  examples/decode_audio: constify the AVCodec instance

Merged-by: default avatarClément Bœsch <u@pkh.me>
parents 9bed10af 90265814
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment