aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.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/h264_slice.c
parentd93cf093f840b9a28481c73d7e421f469f2ca4e7 (diff)
parent5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f (diff)
downloadffmpeg-f2f99f07a5f1f74a91503cc6c3730c06498cee43.tar.gz
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/h264_slice.c')
-rw-r--r--libavcodec/h264_slice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index c70814f0c3..7d28ba2a73 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -1161,8 +1161,6 @@ static int h264_slice_header_init(H264Context *h, int reinit)
h->sps.num_units_in_tick, den, 1 << 30);
}
- h->avctx->hwaccel = ff_find_hwaccel(h->avctx);
-
if (reinit)
ff_h264_free_tables(h, 0);
h->first_field = 0;