Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
f5df418a
Commit
f5df418a
authored
Jul 22, 2013
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix C&P error (cid #1049313)
parent
23111794
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/misc/es_format.c
src/misc/es_format.c
+1
-1
No files found.
src/misc/es_format.c
View file @
f5df418a
...
...
@@ -435,7 +435,7 @@ bool es_format_IsSimilar( const es_format_t *p_fmt1, const es_format_t *p_fmt2 )
if
(
!
v1
.
i_chroma
)
v1
.
i_chroma
=
vlc_fourcc_GetCodec
(
p_fmt1
->
i_cat
,
p_fmt1
->
i_codec
);
if
(
!
v2
.
i_chroma
)
v2
.
i_chroma
=
vlc_fourcc_GetCodec
(
p_fmt
1
->
i_cat
,
p_fmt2
->
i_codec
);
v2
.
i_chroma
=
vlc_fourcc_GetCodec
(
p_fmt
2
->
i_cat
,
p_fmt2
->
i_codec
);
return
video_format_IsSimilar
(
&
p_fmt1
->
video
,
&
p_fmt2
->
video
);
}
...
...
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