X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fdeccc608sub.h;h=c142c2aec0ce6716876fac7c444a9d0c5e718b72;hb=32219d93ec8fcf0db6f7ca5d6045419882563951;hp=1b7b9405add7d72dd8ab90e3e2dcae3545719c41;hpb=ab3f631985a3436179492fc3d4908107c8c63197;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/deccc608sub.h b/libhb/deccc608sub.h index 1b7b9405..c142c2ae 100644 --- a/libhb/deccc608sub.h +++ b/libhb/deccc608sub.h @@ -63,8 +63,6 @@ struct eia608_screen // A CC buffer int empty; // Buffer completely empty? }; -#define LLONG long long - struct eia608 { struct eia608_screen buffer1; @@ -73,7 +71,7 @@ struct eia608 int visible_buffer; int srt_counter; // Number of subs currently written int screenfuls_counter; // Number of meaningful screenfuls written - LLONG current_visible_start_ms; // At what time did the current visible buffer became so? + int64_t current_visible_start_ms; // At what time did the current visible buffer became so? // unsigned current_visible_start_cc; // At what time did the current visible buffer became so? enum cc_modes mode; unsigned char last_c1, last_c2;