Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
d9f8dcc6
Commit
d9f8dcc6
authored
Aug 05, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the YUV fallbacks for I440.
parent
895d2a08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/misc/fourcc.c
src/misc/fourcc.c
+1
-1
No files found.
src/misc/fourcc.c
View file @
d9f8dcc6
...
...
@@ -1346,7 +1346,7 @@ static const vlc_fourcc_t p_I440_fallback[] = {
VLC_CODEC_YUV_PLANAR_422
,
VLC_CODEC_YUV_PLANAR_444
,
VLC_CODEC_YUV_PACKED
,
VLC_CODEC_I411
,
VLC_CODEC_I410
,
VLC_CODEC_Y211
,
VLC_CODEC_I411
,
VLC_CODEC_I410
,
VLC_CODEC_Y211
,
0
};
#define VLC_CODEC_FALLBACK_PACKED \
...
...
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