diff options
author | John Stebbins <[email protected]> | 2016-05-17 12:30:17 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-05-17 12:30:17 -0600 |
commit | 7bf004d593fe011744664d44c1b93fba3c55c28e (patch) | |
tree | a5502c82375998251150fbd72a849d88dfb40a85 /libhb/decavcodec.c | |
parent | de858d1600ac61258dc895b2fc8756b7c5d1d3a8 (diff) |
decavcodec: cosmetics
Diffstat (limited to 'libhb/decavcodec.c')
-rw-r--r-- | libhb/decavcodec.c | 10 |
1 files 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; |