Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b7a979cd
Commit
b7a979cd
authored
Feb 11, 2008
by
trax
Browse files
* modules/codec/x264.c: add x264 version debug info
parent
fac11409
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/x264.c
View file @
b7a979cd
...
...
@@ -715,6 +715,8 @@ static int Open ( vlc_object_t *p_this )
return
VLC_EGENERIC
;
}
msg_Dbg
(
p_enc
,
"x264 core:%d"
,
X264_BUILD
);
#if X264_BUILD < 37
if
(
p_enc
->
fmt_in
.
video
.
i_width
%
16
!=
0
||
p_enc
->
fmt_in
.
video
.
i_height
%
16
!=
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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