Commit e0252402 authored by Anton Khirnov's avatar Anton Khirnov

examples/encode_video: constify the AVCodec instance

parent 7b1f0347
......@@ -37,7 +37,7 @@
int main(int argc, char **argv)
{
const char *filename;
AVCodec *codec;
const AVCodec *codec;
AVCodecContext *c= NULL;
int i, ret, x, y, got_output;
FILE *f;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment