summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-11 23:28:40 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-11 23:28:40 +0200
commitf2f99f07a5f1f74a91503cc6c3730c06498cee43 (patch)
treef8a6fd207cf7c004e53d0f19ffa1ff0b7c25a5f1 /libavcodec/vc1dec.c
parentd93cf093f840b9a28481c73d7e421f469f2ca4e7 (diff)
parent5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f (diff)
Merge commit '5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f'
* commit '5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f': lavc: set AVCodecContext.hwaccel in ff_get_format() Conflicts: libavcodec/mpeg12dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r--libavcodec/vc1dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index be6a3b8a9d..c53c594bbe 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -5609,7 +5609,6 @@ static av_cold int vc1_decode_init(AVCodecContext *avctx)
avctx->pix_fmt = ff_get_format(avctx, avctx->codec->pix_fmts);
else
avctx->pix_fmt = AV_PIX_FMT_GRAY8;
- avctx->hwaccel = ff_find_hwaccel(avctx);
v->s.avctx = avctx;
if ((ret = ff_vc1_init_common(v)) < 0)