ad_ffmpeg, vd_ffmpeg: remove pointless casts
commit740c927976829942cd71c7c6a93c348a6091868c
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 22 Aug 2010 23:38:40 +0000 (22 23:38 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:15:49 +0000 (2 04:15 +0200)
tree85e013901bf0c79e62ca27e7ad7479cb2cc908ca
parent0e825956328d785c07bb0799c7be7613a39f2ca3
ad_ffmpeg, vd_ffmpeg: remove pointless casts

Remove pointless casts of avcodec_find_decoder_by_name() return value.
avcodec_find_decoder_by_name() already returns AVCodec*, so there is
no need to cast the return value to this type.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32007 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpcodecs/ad_ffmpeg.c
libmpcodecs/vd_ffmpeg.c