mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 14:30:27 +00:00
examples/decode_audio: constify the AVCodec instance
This commit is contained in:
parent
f5df897c4b
commit
90265814f9
@ -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…
Reference in New Issue
Block a user