]> git.sesse.net Git - vlc/commit
Fix allocation of picture_t without full initialization
authorDavid Flynn <davidf@rd.bbc.co.uk>
Tue, 4 Nov 2008 23:51:51 +0000 (23:51 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 5 Nov 2008 19:27:58 +0000 (20:27 +0100)
commitfc22aeaca9bd16f94c4ed10f67a3ff1d8cc5d1a8
tree5f0857a5c5a1219cb3799c3c06b012e02edfc477
parent3efe5e8aec56dd2397d2d3def1ce623362181503
Fix allocation of picture_t without full initialization

NB, this highlights some reference counting strangeness.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
modules/stream_out/transcode.c