diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-11 23:28:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-11 23:28:40 +0200 |
commit | f2f99f07a5f1f74a91503cc6c3730c06498cee43 (patch) | |
tree | f8a6fd207cf7c004e53d0f19ffa1ff0b7c25a5f1 /libavcodec/h263dec.c | |
parent | d93cf093f840b9a28481c73d7e421f469f2ca4e7 (diff) | |
parent | 5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f (diff) | |
download | ffmpeg-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/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 0eba2f9141..792c3ed365 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -112,7 +112,6 @@ av_cold int ff_h263_decode_init(AVCodecContext *avctx) return AVERROR(ENOSYS); } s->codec_id = avctx->codec->id; - avctx->hwaccel = ff_find_hwaccel(avctx); if (avctx->stream_codec_tag == AV_RL32("l263") && avctx->extradata_size == 56 && avctx->extradata[0] == 1) s->ehc_mode = 1; |