diff options
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libhb/common.c b/libhb/common.c index 8cc1dc65d..526ee7874 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -4532,15 +4532,3 @@ void hb_hexdump( hb_debug_level_t level, const char * label, const uint8_t * dat hb_deep_log( level, " %-50s%20s", line, ascii ); } } - -int hb_use_dxva( hb_title_t * title ) -{ - return ( (title->video_codec_param == AV_CODEC_ID_MPEG2VIDEO - || title->video_codec_param == AV_CODEC_ID_H264 - || title->video_codec_param == AV_CODEC_ID_VC1 - || title->video_codec_param == AV_CODEC_ID_WMV3 - || title->video_codec_param == AV_CODEC_ID_MPEG4 - || title->video_codec_param == AV_CODEC_ID_HEVC ) - && title->opaque_priv ); -} - |