video: use talloc for mp_image, abort if out of memory
commita661bd8f0da6b0d37afeae9dce4a5988c5f13b76
authorwm4 <wm4@mplayer2.org>
Thu, 6 Oct 2011 18:46:01 +0000 (6 20:46 +0200)
committerUoti Urpala <uau@mplayer2.org>
Fri, 25 Nov 2011 21:56:28 +0000 (25 23:56 +0200)
tree73b3e5bf9c728f30eb687de49291f3effb0d2f66
parent3041ee8d6c97fbccfe891edad5b57143fb1c6c2a
video: use talloc for mp_image, abort if out of memory

Make new_mp_image() allocate the struct with talloc and abort() if the
av_malloc for image plane data fails.
libmpcodecs/mp_image.c