[MPlayer-cvslog] r27461 - trunk/libmpdemux/mp_taglists.c
Aurelien Jacobs
aurel at gnuage.org
Thu Aug 14 13:25:55 CEST 2008
compn wrote:
> On Thu, 14 Aug 2008 00:09:33 +0200 (CEST), aurel wrote:
> >add mapping for real audio and video CODEC_ID to MPlayer's fourcc
> >Modified: trunk/libmpdemux/mp_taglists.c
> >+ { CODEC_ID_RA_144, MKTAG('1', '4', '_', '4')},
> >+ { CODEC_ID_RA_288, MKTAG('2', '8', '_', '8')},
> >+ { CODEC_ID_RV10, MKTAG('R', 'V', '1', '0')},
> >+ { CODEC_ID_RV20, MKTAG('R', 'V', '2', '0')},
> >+ { CODEC_ID_RV30, MKTAG('R', 'V', '3', '0')},
> >+ { CODEC_ID_RV40, MKTAG('R', 'V', '4', '0')},
>
> i'm curious what files required this ?
Every files using this codecs stored in a container which don't
set codec_tag.
This includes matroska files.
eg: http://samples.mplayerhq.hu/Matroska/rv20.mkv
Aurel
More information about the MPlayer-cvslog
mailing list