mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-02-03 23:59:31 +00:00
Merge branch 'pr/n36_rkuchumov'
This commit is contained in:
commit
85c09d3a82
@ -835,7 +835,7 @@ void handle_command(/*const */ unsigned char c1, const unsigned char c2, struct
|
|||||||
// If the reception of data for a row is interrupted by data for the alternate
|
// If the reception of data for a row is interrupted by data for the alternate
|
||||||
// data channel or for text mode, the display of caption text will resume from the same
|
// data channel or for text mode, the display of caption text will resume from the same
|
||||||
// cursor position if a roll-up caption command is received and no PAC is given [...]
|
// cursor position if a roll-up caption command is received and no PAC is given [...]
|
||||||
if (context->mode == MODE_TEXT)
|
if (context->mode != MODE_TEXT)
|
||||||
{
|
{
|
||||||
context->cursor_row = 14; // Default if the previous mode wasn't roll up already.
|
context->cursor_row = 14; // Default if the previous mode wasn't roll up already.
|
||||||
context->cursor_column = 0;
|
context->cursor_column = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user