diff options
author | John Stebbins <[email protected]> | 2016-05-17 14:39:20 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-05-17 14:39:20 -0600 |
commit | c5f0ac5f6375f8486569ef0ba8936a07dc87eced (patch) | |
tree | 08957b459524b29ec15579cb4b3d4f1f4b72cef7 /libhb/sync.c | |
parent | b442e61f9b9d2462dc0b3b375054701ac218d17d (diff) |
sync: remove unused variable
Diffstat (limited to 'libhb/sync.c')
-rw-r--r-- | libhb/sync.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/sync.c b/libhb/sync.c index c9ba52196..6d29d77df 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -84,7 +84,6 @@ typedef struct { struct { - double dejitter_pts; int cadence[12]; } video; |