[vlc-devel] commit: Fix Typo in comment. (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Aug 28 09:39:08 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 28 00:28:57 2009 +0200| [723b7b0191b0aa90bdd588b1760e0a22e8476069] | committer: Jean-Baptiste Kempf 

Fix Typo in comment.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=723b7b0191b0aa90bdd588b1760e0a22e8476069
---

 src/misc/fourcc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index ae9d3e1..c7cad4e 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -905,7 +905,7 @@ static const entry_t p_list_audio[] = {
     B(VLC_CODEC_ADPCM_G726, "G.726 ADPCM Audio"),
         A("g726"),
 
-    /* G.726 ADPCM */
+    /* Flash ADPCM */
     B(VLC_CODEC_ADPCM_SWF, "Flash ADPCM Audio"),
         A("SWFa"),
 




More information about the vlc-devel mailing list