mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00:00
lavc/ccaption_dec: fix mixed declarations and code warning
This commit is contained in:
parent
5ae07914d0
commit
d587fbb676
@ -300,10 +300,11 @@ static int capture_screen(CCaptionSubContext *ctx)
|
||||
j++;
|
||||
|
||||
for (; j < SCREEN_COLUMNS; j++) {
|
||||
const char *e_tag = "", *s_tag = "";
|
||||
|
||||
if (row[j] == 0)
|
||||
break;
|
||||
|
||||
const char *e_tag = "", *s_tag = "";
|
||||
if (prev_font != font[j]) {
|
||||
switch (prev_font) {
|
||||
case CCFONT_ITALICS:
|
||||
|
Loading…
Reference in New Issue
Block a user