diff options
author | Rodeo <[email protected]> | 2012-01-31 01:34:30 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-01-31 01:34:30 +0000 |
commit | 446af21bdb70552095e0fd00770c1476f508fdb6 (patch) | |
tree | 78afa80d2a6af80e586674e8b71d0c79a97c5a73 /libhb/hbffmpeg.h | |
parent | a6543769881f5c16bd6cf8fc8955279410dc7419 (diff) |
Update hb_ff_dts_request_5point1 to work with DTS-ES 6.0 Distcrete sources (decode the DTS 5.0 core).
Rename it to hb_ff_dts_disable_xch.
Tested with:
M2TS
-> regular DTS 5.1
-> DTS-ES 6.1 Discrete
MKV
-> regular DTS 5.1
-> DTS-ES 6.0 Discrete
-> DTS-ES 6.1 Discrete
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4428 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hbffmpeg.h')
-rw-r--r-- | libhb/hbffmpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h index 53cdee87a..0fb0cd0a5 100644 --- a/libhb/hbffmpeg.h +++ b/libhb/hbffmpeg.h @@ -19,4 +19,4 @@ hb_sws_get_context(int srcW, int srcH, enum PixelFormat srcFormat, int dstW, int dstH, enum PixelFormat dstFormat, int flags); void hb_ff_set_sample_fmt(AVCodecContext *context, AVCodec *codec); -int hb_ff_dts_request_5point1( AVCodecContext *c ); +int hb_ff_dts_disable_xch( AVCodecContext *c ); |