vo_corevideo, vo_sharedbuffer: put private state in vo->priv
commit02add991fbee7d2e00317cc39c1d05d475a55fc0
authorStefano Pigozzi <stefano.pigozzi@gmail.com>
Tue, 1 May 2012 12:50:16 +0000 (1 14:50 +0200)
committerUoti Urpala <uau@mplayer2.org>
Fri, 27 Jul 2012 13:52:22 +0000 (27 16:52 +0300)
tree9f077e8b7429932b7406a843039f7afefec19f7d
parent99141377c873a6d74be1498ff6824c61f46b83cf
vo_corevideo, vo_sharedbuffer: put private state in vo->priv

These VOs were already using a struct for all private data but the
struct variable itself was static. Change them to store the address in
vo->priv. Also change them to use the new automatic private data
allocation and option parsing mechanism.
libvo/vo_corevideo.m
libvo/vo_sharedbuffer.m