diff options
author | jstebbins <[email protected]> | 2011-09-24 06:01:38 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-09-24 06:01:38 +0000 |
commit | 083d7487b2ec5a59b3c0a3d6f350d2018e1b0ace (patch) | |
tree | 46e6156aeb19a8513f9619a5005144f7550576a9 /libhb/scan.c | |
parent | 3d237202e20af694df84ad73ae2f92145777c692 (diff) |
fix silly patch error
i let part of another patch leak in
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4243 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/scan.c')
-rw-r--r-- | libhb/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/scan.c b/libhb/scan.c index 8cf324678..29547bc9b 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -671,7 +671,7 @@ static int DecodePreviews( hb_scan_t * data, hb_title_t * title ) pulldown_count++; } - if( vid_buf->s.flags & PIC_FLAG_REPEAT_FRAME ) + if( vid_buf->flags & PIC_FLAG_REPEAT_FRAME ) { // AVCHD-Lite specifies that all streams are // 50 or 60 fps. To produce 25 or 30 fps, camera |