Remove unnecessary casts of sh_video->vfilter
commitdd8938650041e22f77e6526281d0dae4727c4160
authorUoti Urpala <uau@symbol.nonexistent.invalid>
Mon, 23 Jun 2008 23:03:19 +0000 (24 02:03 +0300)
committerUoti Urpala <uau@symbol.nonexistent.invalid>
Mon, 23 Jun 2008 23:03:19 +0000 (24 02:03 +0300)
tree87267baa551ee700c610e87d60938606f4a3e95b
parenta232f564d3f271277135276281c03cca7807ef16
Remove unnecessary casts of sh_video->vfilter

The casts were left from the time when the type of sh_video->vfilter
was (unnecessarily) void *. Now that the field has the correct type
the casts are pointless.
mencoder.c
mplayer.c