[vlc-devel] commit: Should fix compilation of dshow access. Thanks to Poe. ( Antoine Cellerier )

git version control git at videolan.org
Wed Jun 18 16:26:31 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Jun 18 16:28:09 2008 +0200| [62f9fbe79ef5f77570fd97c93064d306567973a8]

Should fix compilation of dshow access. Thanks to Poe.

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

 modules/access/dshow/dshow.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index ef9e70f..a483aec 100644
--- a/modules/access/dshow/dshow.cpp
+++ b/modules/access/dshow/dshow.cpp
@@ -243,8 +243,8 @@ vlc_module_begin();
                  AUDIO_CHANNELS_LONGTEXT, true );
     add_integer( "dshow-audio-samplerate", 0, NULL, AUDIO_SAMPLERATE_TEXT,
                  AUDIO_SAMPLERATE_LONGTEXT, true );
-    add_integer( "dshow-audio-bitspersample", 0, NULL, AUDIO_BITPERSAMPLE_TEXT,
-                 AUDIO_BITSPERSAMPLE_LONGTEST, true );
+    add_integer( "dshow-audio-bitspersample", 0, NULL, AUDIO_BITSPERSAMPLE_TEXT,
+                 AUDIO_BITSPERSAMPLE_LONGTEXT, true );
 
     add_shortcut( "dshow" );
     set_capability( "access_demux", 0 );




More information about the vlc-devel mailing list