diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-09 20:06:39 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-09 20:10:15 +0100 |
commit | 94a849b8b6c3e4a90361485b2e12a9a5c35833a3 (patch) | |
tree | 703f7ceb7760983dc163120399bd67540b7ca126 /libavcodec/dv.c | |
parent | 785066ae8aaf0c241fb94c74fadf61ae62c34530 (diff) | |
parent | d4f1188d1a662fed5347e70016da49e01563e8a8 (diff) | |
download | ffmpeg-94a849b8b6c3e4a90361485b2e12a9a5c35833a3.tar.gz |
Merge commit 'd4f1188d1a662fed5347e70016da49e01563e8a8'
* commit 'd4f1188d1a662fed5347e70016da49e01563e8a8':
dv: use AVFrame API properly
Conflicts:
libavcodec/dvdec.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r-- | libavcodec/dv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c index e58ba39094..ea05e9dd88 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -320,8 +320,6 @@ av_cold int ff_dvvideo_init(AVCodecContext *avctx) }else memcpy(s->dv_zigzag[1], ff_zigzag248_direct, 64); - avcodec_get_frame_defaults(&s->picture); - avctx->coded_frame = &s->picture; s->avctx = avctx; avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; |