]> git.sesse.net Git - ffmpeg/commit
avcodec/indeo3: check the return code of ff_set_dimensions()
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 10 Dec 2013 17:34:52 +0000 (18:34 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 10 Dec 2013 23:05:34 +0000 (00:05 +0100)
commit81ed7efbe24ef1b3d98c9e256d2a9332c1797ffd
treea95800c8eb68225727474d89b012aeca3caa6bb0
parentd9339ab55373b12f078a3e3f1e294d8ff78652dd
avcodec/indeo3: check the return code of ff_set_dimensions()

This is currently redundant as the checks before it are tighter than
the checks in ff_set_dimensions() but its more robust not to depend
on that.

Fixes CID1135740
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/indeo3.c