提交 00842b3a 编写于 作者: P Paul B Mahol

avcodec/ccaption_dec: use uint8_t type for prev_cmd array

Commands are unsigned so be consistent.
上级 bd1b78e9
......@@ -240,7 +240,7 @@ typedef struct CCaptionSubContext {
int64_t buffer_time[2];
int screen_touched;
int64_t last_real_time;
char prev_cmd[2];
uint8_t prev_cmd[2];
int readorder;
} CCaptionSubContext;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册