diff options
author | jstebbins <[email protected]> | 2011-06-07 20:35:42 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-06-07 20:35:42 +0000 |
commit | e07dec1ec259a52a893642da14856e16085f3c36 (patch) | |
tree | be1327d7b2e3c16864c10ec70cccbc3e6185cd53 /libhb/hb.c | |
parent | 67ea7b336383310f92188257a71665fc50cb115c (diff) |
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
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |