From e07dec1ec259a52a893642da14856e16085f3c36 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 7 Jun 2011 20:35:42 +0000 Subject: Bump FFmpeg from git-0b32da9 to git-v0.7b2-406-g7b20d35 (from Libav) Highlights: - Sources with more than 20 streams (video, audio and subtitles combined) are now supported - Adds decoding support for 10-bit H.264 - Adds frame-based threading for H.264 and VP8 Not yet enabled in HB. See experimental patch on RB to enable. - Quality tweaks for the AC3 encoder - AAC encoder improvements Not yet enabled in HB. See experimental patch on RB to enable. - Miscellaneous other fixes and improvements git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4028 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/hb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libhb/hb.c') diff --git a/libhb/hb.c b/libhb/hb.c index c877ae91e..a4761a867 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -257,6 +257,7 @@ void hb_ff_set_sample_fmt(AVCodecContext *context, AVCodec *codec) { if ( *fmt == AV_SAMPLE_FMT_FLT ) { + context->request_sample_fmt = AV_SAMPLE_FMT_FLT; context->sample_fmt = AV_SAMPLE_FMT_FLT; break; } -- cgit v1.2.3