]> git.sesse.net Git - ffmpeg/commit
avcodec/g2meet: 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 17:34:52 +0000 (18:34 +0100)
commit3af9d8269ea2878fb7960ab5ed52f4a75c73e6ec
tree8730e4a898a6cb896992485e64167a17f1f3829c
parent7fa9f7ef1c2f0cee81ec6ea6a4ff10af4c4fc62c
avcodec/g2meet: 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 CID1135739
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/g2meet.c