Commit f41d409b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '55b59fab'

* commit '55b59fab':
  roqaudio: Always use the frame buffer on flush

Conflicts:
	libavcodec/roqaudioenc.c

See: a1af505d
See: c0b17ea1Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents d2e05437 55b59fab
......@@ -148,9 +148,8 @@ static int roq_dpcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
return 0;
}
}
if (context->input_frames < 8) {
if (context->input_frames < 8)
in = context->frame_buffer;
}
if (stereo) {
context->lastSample[0] &= 0xFF00;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment