[vlc-commits] commit: Typos. ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Sat Oct 23 17:09:51 CEST 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Oct 23 17:07:25 2010 +0200| [d7fa382b66ddb92de89edd35864860ebace28507] | committer: Rémi Duraffort
Typos.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7fa382b66ddb92de89edd35864860ebace28507
---
modules/mux/mpeg/ts.c | 4 ++--
modules/video_filter/atmo/README.txt | 2 +-
modules/video_filter/atmo/atmo.cpp | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c
index 7ba22ad..4ad7fca 100644
--- a/modules/mux/mpeg/ts.c
+++ b/modules/mux/mpeg/ts.c
@@ -183,8 +183,8 @@ static void Close ( vlc_object_t * );
"encrypting." )
#define SOUT_CFG_PREFIX "sout-ts-"
-#define MAX_PMT 64 /* Maximum number of programs. FIXME: I just chose an arbitary number. Where is the maximum in the spec? */
-#define MAX_PMT_PID 64 /* Maximum pids in each pmt. FIXME: I just chose an arbitary number. Where is the maximum in the spec? */
+#define MAX_PMT 64 /* Maximum number of programs. FIXME: I just chose an arbitrary number. Where is the maximum in the spec? */
+#define MAX_PMT_PID 64 /* Maximum pids in each pmt. FIXME: I just chose an arbitrary number. Where is the maximum in the spec? */
vlc_module_begin ()
set_description( N_("TS muxer (libdvbpsi)") )
diff --git a/modules/video_filter/atmo/README.txt b/modules/video_filter/atmo/README.txt
index d4b08c3..2db9471 100644
--- a/modules/video_filter/atmo/README.txt
+++ b/modules/video_filter/atmo/README.txt
@@ -291,7 +291,7 @@ Latest version available at: www.edener.de
See the file COPYING for license information.
----------------------------------------------------------------------
-for detailed informations visit the VDR-Wiki:
+for detailed information visit the VDR-Wiki:
http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin
Development:
diff --git a/modules/video_filter/atmo/atmo.cpp b/modules/video_filter/atmo/atmo.cpp
index f67b160..6ff7e7e 100644
--- a/modules/video_filter/atmo/atmo.cpp
+++ b/modules/video_filter/atmo/atmo.cpp
@@ -2021,7 +2021,7 @@ static inline void yuv_to_rgb( uint8_t *r, uint8_t *g, uint8_t *b,
* p_sys is a pointer to
* p_inpic is the source frame
* p_transfer_dest is the target buffer for the picture must be big enough!
-* (in win32 enviroment this buffer comes from the external DLL where it is
+* (in win32 environment this buffer comes from the external DLL where it is
* create as "variant array" and returned through the AtmoLockTransferbuffer
*/
static void ExtractMiniImage_YUV(filter_sys_t *p_sys,
More information about the vlc-commits
mailing list