Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
d7fa382b
Commit
d7fa382b
authored
Oct 23, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos.
parent
bc1506a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
modules/mux/mpeg/ts.c
modules/mux/mpeg/ts.c
+2
-2
modules/video_filter/atmo/README.txt
modules/video_filter/atmo/README.txt
+1
-1
modules/video_filter/atmo/atmo.cpp
modules/video_filter/atmo/atmo.cpp
+1
-1
No files found.
modules/mux/mpeg/ts.c
View file @
d7fa382b
...
...
@@ -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 arbit
r
ary number. Where is the maximum in the spec? */
#define MAX_PMT_PID 64
/* Maximum pids in each pmt. FIXME: I just chose an arbit
r
ary number. Where is the maximum in the spec? */
vlc_module_begin
()
set_description
(
N_
(
"TS muxer (libdvbpsi)"
)
)
...
...
modules/video_filter/atmo/README.txt
View file @
d7fa382b
...
...
@@ -291,7 +291,7 @@ Latest version available at: www.edener.de
See the file COPYING for license information.
----------------------------------------------------------------------
for detailed information
s
visit the VDR-Wiki:
for detailed information visit the VDR-Wiki:
http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin
Development:
...
...
modules/video_filter/atmo/atmo.cpp
View file @
d7fa382b
...
...
@@ -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 enviro
n
ment 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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment