git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'
[ffmpeg.git]
/
libavcodec
/
h263dec.c
diff --git
a/libavcodec/h263dec.c
b/libavcodec/h263dec.c
index
e7030d1
..
15a9a42
100644
(file)
--- a/
libavcodec/h263dec.c
+++ b/
libavcodec/h263dec.c
@@
-124,6
+124,7
@@
av_cold int ff_h263_decode_init(AVCodecContext *avctx)
if ((ret = ff_MPV_common_init(s)) < 0)
return ret;
+ ff_h263dsp_init(&s->h263dsp);
ff_h263_decode_init_vlc();
return 0;