summaryrefslogtreecommitdiffstats
path: root/libavcodec/zmbvenc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-07-07 23:45:17 +0000
committerPaul B Mahol <onemda@gmail.com>2013-07-07 23:45:17 +0000
commit3bec6a44eab4f17c43c4e653d024c4d3f241a314 (patch)
treea83e349a4920bdc0ae9063beb57ab6df397d6076 /libavcodec/zmbvenc.c
parentec4e042f33f98f0c7b2d1de052acfdcf7e51a885 (diff)
downloadffmpeg-streaming-3bec6a44eab4f17c43c4e653d024c4d3f241a314.zip
ffmpeg-streaming-3bec6a44eab4f17c43c4e653d024c4d3f241a314.tar.gz
zmbvenc: do not set avctx->coded_frame
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/zmbvenc.c')
-rw-r--r--libavcodec/zmbvenc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c
index fb782a4..d15c138 100644
--- a/libavcodec/zmbvenc.c
+++ b/libavcodec/zmbvenc.c
@@ -312,8 +312,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
return -1;
}
- avctx->coded_frame = &c->pic;
-
return 0;
}
OpenPOWER on IntegriCloud