[vlc-devel] commit: Add a few bunch of FOURCC (Jean-Baptiste Kempf )
Rémi Denis-Courmont
remi at remlab.net
Fri Apr 3 12:50:14 CEST 2009
On Thu, 2 Apr 2009 22:44:40 +0200 (CEST), git at videolan.org (git version
control) wrote:
> vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 2
> 21:57:07 2009 +0200| [75cfa806305a25306b29d04b02da2d2a8ff2700f] |
> committer: Jean-Baptiste Kempf
>
> Add a few bunch of FOURCC
>
>>
>
http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=75cfa806305a25306b29d04b02da2d2a8ff2700f
> ---
>
> modules/codec/avcodec/fourcc.c | 11 ++++++++++-
> 1 files changed, 10 insertions(+), 1 deletions(-)
>
> diff --git a/modules/codec/avcodec/fourcc.c
> b/modules/codec/avcodec/fourcc.c
> index 93ebdca..5494fb4 100644
> --- a/modules/codec/avcodec/fourcc.c
> +++ b/modules/codec/avcodec/fourcc.c
> @@ -204,7 +204,14 @@ static const struct
> VIDEO_ES, "MPEG-4 Video" },
> { VLC_FOURCC('D','M','K','2'), CODEC_ID_MPEG4,
> VIDEO_ES, "MPEG-4 Video" },
> -
> + { VLC_FOURCC('D','I','G','I'), CODEC_ID_MPEG4,
> + VIDEO_ES, "MPEG-4 Video" },
> + { VLC_FOURCC('I','N','M','C'), CODEC_ID_MPEG4,
> + VIDEO_ES, "MPEG-4 Video" },
> + { VLC_FOURCC('S','N','4','0'), CODEC_ID_MPEG4,
> + VIDEO_ES, "MPEG-4 Video" },
> + { VLC_FOURCC('E','P','H','V'), CODEC_ID_MPEG4,
> + VIDEO_ES, "MPEG-4 Video" },
What's the point of adding more VLC FOURCC for the same FFMPEG codec?
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list