Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f2ab4fa5
Commit
f2ab4fa5
authored
Sep 18, 2012
by
Ilkka Ollakka
Browse files
Revert "avcodec: set libmpeg2mmx idct in use if we encode to mp2v"
This reverts commit
2c055dc8
.
parent
a723d31f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/avcodec/encoder.c
View file @
f2ab4fa5
...
...
@@ -457,9 +457,6 @@ int OpenEncoder( vlc_object_t *p_this )
p_enc
->
fmt_out
.
i_codec
==
VLC_CODEC_MP2V
)
)
p_context
->
flags
|=
CODEC_FLAG_LOW_DELAY
;
if
(
p_enc
->
fmt_out
.
i_codec
==
VLC_CODEC_MP2V
)
p_context
->
idct_algo
=
FF_IDCT_LIBMPEG2MMX
;
av_reduce
(
&
p_context
->
sample_aspect_ratio
.
num
,
&
p_context
->
sample_aspect_ratio
.
den
,
p_enc
->
fmt_in
.
video
.
i_sar_num
,
...
...
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