Commit d7fa382b authored by Rémi Duraffort's avatar Rémi Duraffort

Typos.

parent bc1506a1
......@@ -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)") )
......
......@@ -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:
......
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment