git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d52eeb
)
FFmpeg - add the MPCK fourCC, that seems to be associated to some SV8.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 7 Nov 2007 23:22:59 +0000
(23:22 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 7 Nov 2007 23:22:59 +0000
(23:22 +0000)
But it may be useless, because of our mpc demuxer...
modules/codec/ffmpeg/ffmpeg.c
patch
|
blob
|
history
diff --git
a/modules/codec/ffmpeg/ffmpeg.c
b/modules/codec/ffmpeg/ffmpeg.c
index
eb42432
..
65e9637
100644
(file)
--- a/
modules/codec/ffmpeg/ffmpeg.c
+++ b/
modules/codec/ffmpeg/ffmpeg.c
@@
-1294,6
+1294,11
@@
static struct
{ VLC_FOURCC('M','P','C',' '), CODEC_ID_MUSEPACK7,
AUDIO_ES, "MUSEPACK7 Audio" },
#endif
+#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(48<<8)+0)
+ /* MUSEPACK8 Audio */
+ { VLC_FOURCC('M','P','C','K'), CODEC_ID_MUSEPACK8,
+ AUDIO_ES, "MUSEPACK8 Audio" },
+#endif
/* RealAudio 1.0 */
{ VLC_FOURCC('1','4','_','4'), CODEC_ID_RA_144,