summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index f2cb976447..a8613bb97c 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -116,7 +116,7 @@ av_cold int ff_h263_decode_init(AVCodecContext *avctx)
if (CONFIG_MSMPEG4_DECODER && s->h263_msmpeg4)
ff_msmpeg4_decode_init(s);
- else
+
h263_decode_init_vlc(s);
return 0;