mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
Merge commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4'
* commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4': examples/encode_video: constify the AVCodec instance Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
e9bd457465
@ -39,7 +39,7 @@
|
|||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
const char *filename, *codec_name;
|
const char *filename, *codec_name;
|
||||||
AVCodec *codec;
|
const AVCodec *codec;
|
||||||
AVCodecContext *c= NULL;
|
AVCodecContext *c= NULL;
|
||||||
int i, ret, x, y, got_output;
|
int i, ret, x, y, got_output;
|
||||||
FILE *f;
|
FILE *f;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user