[vlc-commits] Metasound fourcc: fix typo
Rafaël Carré
git at videolan.org
Thu Aug 8 17:55:53 CEST 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Aug 8 17:55:37 2013 +0200| [348eb9c04e80f422beff7479735c1fc950190d3c] | committer: Rafaël Carré
Metasound fourcc: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=348eb9c04e80f422beff7479735c1fc950190d3c
---
modules/codec/avcodec/fourcc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 6fc0a26..40199bd 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -415,7 +415,7 @@ static const struct
#endif
#if LIBAVCODEC_VERSION_CHECK( 55, 15, 0, 24, 100 )
- { VLC_CODEC_METASOUND, , AV_CODEC_ID_IAC, AUDIO_ES },
+ { VLC_CODEC_METASOUND, AV_CODEC_ID_IAC, AUDIO_ES },
#endif
/* PCM */
More information about the vlc-commits
mailing list