From 7bf004d593fe011744664d44c1b93fba3c55c28e Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Tue, 17 May 2016 12:30:17 -0600 Subject: [PATCH] decavcodec: cosmetics --- libhb/decavcodec.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index f20afb2e9..cb6d5e82d 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -85,12 +85,12 @@ struct hb_work_private_s int threads; int video_codec_opened; hb_buffer_list_t list; - double duration; // frame duration (for video) - double field_duration; // field duration (for video) + double duration; // frame duration (for video) + double field_duration; // field duration (for video) int frame_duration_set; // Indicates valid timing was found in stream - double pts_next; // next pts we expect to generate - int64_t chap_time; // time of next chap mark (if new_chap != 0) - int new_chap; // output chapter mark pending + double pts_next; // next pts we expect to generate + int64_t chap_time; // time of next chap mark (if new_chap != 0) + int new_chap; // output chapter mark pending uint32_t nframes; uint32_t ndrops; uint32_t decode_errors; -- 2.40.0