]> git.sesse.net Git - ffmpeg/commit
h264: do not return on sidedata allocation failure
authorChristophe Gisquet <christophe.gisquet@gmail.com>
Fri, 22 Aug 2014 14:49:54 +0000 (16:49 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 22 Aug 2014 23:01:57 +0000 (01:01 +0200)
commit585047bb7dae67a366734db0845529add764f3b9
treee309309233deaf72072615e685f0cf5805e42ff0
parentaaaf7261b707d2df518599e9ed1524f4298ad8db
h264: do not return on sidedata allocation failure

Not having allocated it is not a good reason to leave the object
in an undetermined state. Though a particular setting like the
AV_EF_* flags could be useful to control that behaviour.

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