[MPlayer-cvslog] r27461 - trunk/libmpdemux/mp_taglists.c

compn tempn at twmi.rr.com
Thu Aug 14 14:11:41 CEST 2008


On Thu, 14 Aug 2008 13:25:55 +0200, Aurelien Jacobs wrote:
>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

with -demuxer lavf. thanks.

-compn



More information about the MPlayer-cvslog mailing list