[vlc-devel] commit: Fixed missing A() section for VLC_CODEC_ADPCM_IMA_AMV. ( Laurent Aimar )
git version control
git at videolan.org
Fri Feb 26 21:50:25 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Feb 26 21:49:34 2010 +0100| [376853e5d685a9dde50acbdc2524fa5d890aed83] | committer: Laurent Aimar
Fixed missing A() section for VLC_CODEC_ADPCM_IMA_AMV.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=376853e5d685a9dde50acbdc2524fa5d890aed83
---
src/misc/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 461eee0..95e3bc0 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -927,6 +927,7 @@ static const entry_t p_list_audio[] = {
A("ms\x00\x11"),
B(VLC_CODEC_ADPCM_IMA_AMV, "IMA AMV ADPCM Audio"),
+ A("imav"),
/* AMR */
B(VLC_CODEC_AMR_NB, "AMR narrow band"),
More information about the vlc-devel
mailing list