Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
986ec615
Commit
986ec615
authored
Sep 27, 2004
by
gbazin
Browse files
* modules/codec/ffmpeg/video.c: don't need to modify width/height anymore with lowres.
parent
dddd969a
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/codec/ffmpeg/video.c
View file @
986ec615
...
...
@@ -152,11 +152,6 @@ static inline picture_t *ffmpeg_NewPictBuf( decoder_t *p_dec,
return
NULL
;
/* invalid display size */
}
#if LIBAVCODEC_BUILD >= 4723
p_dec
->
fmt_out
.
video
.
i_width
>>=
p_context
->
lowres
;
p_dec
->
fmt_out
.
video
.
i_height
>>=
p_context
->
lowres
;
#endif
if
(
!
p_dec
->
fmt_out
.
i_codec
)
{
/* we make conversion if possible*/
...
...
Write
Preview
Supports
Markdown
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