This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
examples/encode_video: constify the AVCodec instance
tags/n3.3
Anton Khirnov
8 years ago
parent
7b1f03477f
commit
e02524025b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/examples/encode_video.c
+ 1
- 1
doc/examples/encode_video.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save