projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
58f24ad
)
Merge commit '8191f960a669819db4de33a2439ded1630b8a73e'
author
Clément Bœsch
<u@pkh.me>
Wed, 29 Mar 2017 12:22:32 +0000
(14:22 +0200)
committer
Clément Bœsch
<u@pkh.me>
Wed, 29 Mar 2017 12:22:32 +0000
(14:22 +0200)
* commit '
8191f960a669819db4de33a2439ded1630b8a73e
':
examples/decode_video: constify the AVCodec instance
Merged-by: Clément Bœsch <u@pkh.me>
doc/examples/decode_video.c
patch
|
blob
|
history
diff --git
a/doc/examples/decode_video.c
b/doc/examples/decode_video.c
index
1597653
..
dd1177b
100644
(file)
--- a/
doc/examples/decode_video.c
+++ b/
doc/examples/decode_video.c
@@
-79,7
+79,7
@@
static int decode_write_frame(const char *outfilename, AVCodecContext *avctx,
int main(int argc, char **argv)
{
const char *filename, *outfilename;
- AVCodec *codec;
+
const
AVCodec *codec;
AVCodecContext *c= NULL;
int frame_count;
FILE *f;