diff options
author | jbrjake <[email protected]> | 2008-03-23 19:53:39 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-03-23 19:53:39 +0000 |
commit | 605848589fbd7397b20aa295277727450d4f364d (patch) | |
tree | e7f01fab10b996cfc22c0ae7661a973bf68c03ba /libhb/common.h | |
parent | 64e8482abad07e7d000c7397755d67767c7ea34d (diff) |
= Adds an hb_detect_comb() function that indicates whether or not a frame shows interlacing artifacts.
- Utilitizes that function in scan.c to analyze the preview frames
- Sets a new title->detected_interlacing variable to true if half or more previews show combing, and warns the user in the log.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1359 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index aa4cfc084..4758d9c8d 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -427,6 +427,7 @@ struct hb_title_s int rate; int rate_base; int crop[4]; + int detected_interlacing; uint32_t palette[16]; |