mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
avcodec/dvdsubdec: fix indentation
This commit is contained in:
parent
265d2a73d6
commit
4ed5a73a7e
@ -290,7 +290,7 @@ static int decode_dvd_subtitles(DVDSubContext *ctx, AVSubtitle *sub_header,
|
||||
alpha[1] = buf[pos + 1] >> 4;
|
||||
alpha[0] = buf[pos + 1] & 0x0f;
|
||||
pos += 2;
|
||||
ff_dlog(NULL, "alpha=%x%x%x%x\n", alpha[0],alpha[1],alpha[2],alpha[3]);
|
||||
ff_dlog(NULL, "alpha=%x%x%x%x\n", alpha[0],alpha[1],alpha[2],alpha[3]);
|
||||
break;
|
||||
case 0x05:
|
||||
case 0x85:
|
||||
|
Loading…
Reference in New Issue
Block a user