You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/pcm: Remove unnecessary emms_c()
The floating point dsp code does not use MMX registers
since 2718a3be1f
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -538,7 +538,6 @@ static int pcm_decode_frame(AVCodecContext *avctx, AVFrame *frame,
|
||||
s->vector_fmul_scalar((float *)frame->extended_data[0],
|
||||
(const float *)frame->extended_data[0],
|
||||
s->scale, FFALIGN(frame->nb_samples * avctx->ch_layout.nb_channels, 4));
|
||||
emms_c();
|
||||
}
|
||||
|
||||
*got_frame_ptr = 1;
|
||||
|
Reference in New Issue
Block a user