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
4e2a1da1
Commit
4e2a1da1
authored
Jul 30, 2011
by
Kaarlo Raiha
Committed by
Rémi Denis-Courmont
Jul 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dots, whitespace and caps
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
5a38551e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
modules/stream_out/smem.c
modules/stream_out/smem.c
+8
-8
No files found.
modules/stream_out/smem.c
View file @
4e2a1da1
...
...
@@ -58,20 +58,20 @@
*****************************************************************************/
#define T_VIDEO_PRERENDER_CALLBACK N_( "Video prerender callback" )
#define LT_VIDEO_PRERENDER_CALLBACK N_( "Address of the video prerender callback function" \
"
this function will set the buffer where render will be done
" )
#define LT_VIDEO_PRERENDER_CALLBACK N_( "Address of the video prerender callback function
.
" \
"
This function will set the buffer where render will be done.
" )
#define T_AUDIO_PRERENDER_CALLBACK N_( "Audio prerender callback" )
#define LT_AUDIO_PRERENDER_CALLBACK N_( "Address of the audio prerender callback function." \
"
this function will set the buffer where render will be done
" )
#define LT_AUDIO_PRERENDER_CALLBACK N_( "Address of the audio prerender callback function.
" \
"
This function will set the buffer where render will be done.
" )
#define T_VIDEO_POSTRENDER_CALLBACK N_( "Video postrender callback" )
#define LT_VIDEO_POSTRENDER_CALLBACK N_( "Address of the video postrender callback function." \
"
this function will be called when the render is into the buffer
" )
#define LT_VIDEO_POSTRENDER_CALLBACK N_( "Address of the video postrender callback function.
" \
"
This function will be called when the render is into the buffer.
" )
#define T_AUDIO_POSTRENDER_CALLBACK N_( "Audio postrender callback" )
#define LT_AUDIO_POSTRENDER_CALLBACK N_( "Address of the audio postrender callback function." \
"
this function will be called when the render is into the buffer
" )
#define LT_AUDIO_POSTRENDER_CALLBACK N_( "Address of the audio postrender callback function.
" \
"
This function will be called when the render is into the buffer.
" )
#define T_VIDEO_DATA N_( "Video Callback data" )
#define LT_VIDEO_DATA N_( "Data for the video callback function." )
...
...
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