Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56'
* commit '90265814f993098d79b0a0f40745ecdb403fbf56': examples/decode_audio: constify the AVCodec instance Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
@@ -41,7 +41,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user