vo_vdpau: remove wrong mp_image usage_count change (no visible effect)
commit387326e54b7dbc4d1eac96c5e114b9ff6f33f608
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 13 Dec 2010 16:50:22 +0000 (13 18:50 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 13 Dec 2010 16:50:22 +0000 (13 18:50 +0200)
treee624893869af0a8a26016ceb9fbe8b70f6a73d63
parentcc2d748b73c0147c11089d63e4ff9836070a09a8
vo_vdpau: remove wrong mp_image usage_count change (no visible effect)

The wrong variable was used as a function argument, and as a result
the code modified the usage_count field of non-refcounted mp_image
types. This error did not have any effect on visible behavior as no
code cares about the field value in the affected case.
libvo/vo_vdpau.c