diff options
author | Ben Avison <bavison@riscosopen.org> | 2014-04-16 01:51:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-25 02:36:11 +0200 |
commit | 9d8ecdd8ca6d248e7439e8fdf255e39eda14e0f2 (patch) | |
tree | e35abe072bfeb91f77ac48c51eb3bd69d9773aed /libavcodec/vc1dec.c | |
parent | 270cede3f3772117454a14b620803d731036942d (diff) | |
download | ffmpeg-9d8ecdd8ca6d248e7439e8fdf255e39eda14e0f2.tar.gz |
vc-1: Add platform-specific start code search routine to VC1DSPContext.
Initialise VC1DSPContext for parser as well as for decoder.
Note, the VC-1 code doesn't actually use the function pointer yet.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r-- | libavcodec/vc1dec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index d5e8a37d78..132ae76523 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -5625,7 +5625,6 @@ static av_cold int vc1_decode_init(AVCodecContext *avctx) ff_vc1_decode_end(avctx); ff_h264chroma_init(&v->h264chroma, 8); - ff_vc1dsp_init(&v->vc1dsp); if (avctx->codec_id == AV_CODEC_ID_WMV3 || avctx->codec_id == AV_CODEC_ID_WMV3IMAGE) { int count = 0; |