mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 14:26:59 +00:00
examples/encode_video: constify the AVCodec instance
This commit is contained in:
parent
7b1f03477f
commit
e02524025b
@ -37,7 +37,7 @@
|
|||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
const char *filename;
|
const char *filename;
|
||||||
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…
Reference in New Issue
Block a user