Browse Source

Merge commit '55b59fab880a9fcdd30f97c5170af282087ac4f7'

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

Conflicts:
	libavcodec/roqaudioenc.c

See: a1af505d66
See: c0b17ea106
Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer 11 years ago
parent
commit
f41d409b7a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavcodec/roqaudioenc.c

+ 1
- 2
libavcodec/roqaudioenc.c View File

@@ -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;


Loading…
Cancel
Save