projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ec4e042
)
zmbvenc: do not set avctx->coded_frame
author
Paul B Mahol
<onemda@gmail.com>
Sun, 7 Jul 2013 23:45:17 +0000
(23:45 +0000)
committer
Paul B Mahol
<onemda@gmail.com>
Sun, 7 Jul 2013 23:45:17 +0000
(23:45 +0000)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavcodec/zmbvenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/zmbvenc.c
b/libavcodec/zmbvenc.c
index
fb782a4
..
d15c138
100644
(file)
--- a/
libavcodec/zmbvenc.c
+++ b/
libavcodec/zmbvenc.c
@@
-312,8
+312,6
@@
static av_cold int encode_init(AVCodecContext *avctx)
return -1;
}
return -1;
}
- avctx->coded_frame = &c->pic;
-
return 0;
}
return 0;
}