h263dec: sanitize a condition.
authorAnton Khirnov <anton@khirnov.net>
Tue, 26 Nov 2013 10:07:22 +0000 (11:07 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 27 Nov 2013 21:24:50 +0000 (22:24 +0100)
commit873379939299046b30cdec26a837171029ef8099
tree573138ee943cc452bedaea4abe31baf49bf5bc87
parent4d388c0cd05dd4de545e8ea333ab4de7d67ad12d
h263dec: sanitize a condition.

Call ff_mpeg4_decode_picture_header() only when the decoder has the
MPEG4 codec id, not based on a vaguely related value of h263_pred.
libavcodec/h263dec.c