diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-12-02 21:06:18 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-12-02 21:06:18 +0000 |
commit | 25eaef07fa6cbdbd99f4a9b418933a37e66e74ae (patch) | |
tree | 5f233bc9cfcb5c81babc84f3e3aa86b6dfabd4f1 /src | |
parent | d8ec380876e7f697ba609546d61757ab3f2d8715 (diff) | |
download | xine-lib-25eaef07fa6cbdbd99f4a9b418933a37e66e74ae.tar.gz xine-lib-25eaef07fa6cbdbd99f4a9b418933a37e66e74ae.tar.bz2 |
wmv9 is already provided by ffmpeg-wmv9 with lower priority
the decoder is still buggy so it must be used only if w32codec is not present
CVS patchset: 8399
CVS date: 2006/12/02 21:06:18
Diffstat (limited to 'src')
-rw-r--r-- | src/libffmpeg/video_decoder.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libffmpeg/video_decoder.c b/src/libffmpeg/video_decoder.c index 8f6f70ab9..ad2bc99b4 100644 --- a/src/libffmpeg/video_decoder.c +++ b/src/libffmpeg/video_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_decoder.c,v 1.63 2006/09/18 18:56:56 tmattern Exp $ + * $Id: video_decoder.c,v 1.64 2006/12/02 21:06:18 miguelfreitas Exp $ * * xine video decoder plugin using ffmpeg * @@ -1541,7 +1541,6 @@ static uint32_t supported_video_types[] = { BUF_VIDEO_XL, BUF_VIDEO_RT21, BUF_VIDEO_FPS1, - BUF_VIDEO_WMV9, BUF_VIDEO_CSCD, BUF_VIDEO_ALGMM, BUF_VIDEO_ZMBV, |