[vlc-devel] commit: Add two FourCC that are actually decoded. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Mar 22 08:13:21 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 21 22:16:07 2008 -0700| [5f9af46adcfd7d65dbd6e65e27819e5c52b5e070]
Add two FourCC that are actually decoded.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f9af46adcfd7d65dbd6e65e27819e5c52b5e070
---
modules/codec/ffmpeg/ffmpeg.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/codec/ffmpeg/ffmpeg.c b/modules/codec/ffmpeg/ffmpeg.c
index 5d00ec1..c1905bc 100644
--- a/modules/codec/ffmpeg/ffmpeg.c
+++ b/modules/codec/ffmpeg/ffmpeg.c
@@ -588,6 +588,8 @@ static struct
VIDEO_ES, "Sony HDV (MPEG-2 Video)" },
{ VLC_FOURCC('h','d','v','3'), CODEC_ID_MPEG2VIDEO,
VIDEO_ES, "FCP HDV (MPEG-2 Video)" },
+ { VLC_FOURCC('h','d','v','5'), CODEC_ID_MPEG2VIDEO,
+ VIDEO_ES, "HDV 720p25 (MPEG-2 Video)" },
{ VLC_FOURCC('m','x','5','n'), CODEC_ID_MPEG2VIDEO,
VIDEO_ES, "MPEG2 IMX NTSC 525/60 50mb/s (FCP)" },
{ VLC_FOURCC('m','x','5','p'), CODEC_ID_MPEG2VIDEO,
@@ -1324,6 +1326,8 @@ static struct
/* MUSEPACK8 Audio */
{ VLC_FOURCC('M','P','C','K'), CODEC_ID_MUSEPACK8,
AUDIO_ES, "MUSEPACK8 Audio" },
+ { VLC_FOURCC('M','P','C','8'), CODEC_ID_MUSEPACK8,
+ AUDIO_ES, "MUSEPACK8 Audio" },
#endif
/* RealAudio 1.0 */
More information about the vlc-devel
mailing list