Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
f1a078a2
Commit
f1a078a2
authored
Feb 15, 2003
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed a vicious bug
parent
fffe5e1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/video_output/fb.c
modules/video_output/fb.c
+2
-2
No files found.
modules/video_output/fb.c
View file @
f1a078a2
...
...
@@ -2,7 +2,7 @@
* fb.c : framebuffer plugin for vlc
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: fb.c,v 1.
1 2002/08/13 11:59:36 sam
Exp $
* $Id: fb.c,v 1.
2 2003/02/15 04:43:19 ipkiss
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -616,7 +616,7 @@ static void CloseDisplay( vout_thread_t *p_vout )
memset
(
p_vout
->
p_sys
->
p_video
,
0
,
p_vout
->
p_sys
->
i_page_size
);
/* Restore palette */
if
(
p_vout
->
p_sys
->
var_info
.
bits_per_pixel
==
8
)
;
if
(
p_vout
->
p_sys
->
var_info
.
bits_per_pixel
==
8
)
{
ioctl
(
p_vout
->
p_sys
->
i_fd
,
FBIOPUTCMAP
,
&
p_vout
->
p_sys
->
fb_cmap
);
...
...
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