Changeset a91a6abce1490715f570956c5d30bac7fa25de28

Show
Ignore:
Timestamp:
17/10/06 15:58:20 (2 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1161093500 +0000
git-parent:

[3290fe117e606117c5562c2783da4e0963f576ed]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1161093500 +0000
Message:

* Let the libmpeg2 module decode video with the mp2v fourcc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/codec/libmpeg2.c

    rf485214 ra91a6ab  
    117117        /* ATI Video */ 
    118118        p_dec->fmt_in.i_codec != VLC_FOURCC('V','C','R','2') && 
     119        p_dec->fmt_in.i_codec != VLC_FOURCC('m','p','2','v') && 
    119120        p_dec->fmt_in.i_codec != VLC_FOURCC('m','p','g','2') && 
    120121        p_dec->fmt_in.i_codec != VLC_FOURCC('h','d','v','2') )