[FFmpeg-cvslog] avcodec/dvdsubdec: fix indentation
wm4
git at videolan.org
Mon Sep 21 13:47:21 CEST 2015
ffmpeg | branch: master | wm4 <nfxjfg at googlemail.com> | Mon Sep 21 13:46:34 2015 +0200| [4ed5a73a7ebc811ded496c4bbf6d8f631b166519] | committer: wm4
avcodec/dvdsubdec: fix indentation
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ed5a73a7ebc811ded496c4bbf6d8f631b166519
---
libavcodec/dvdsubdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c
index 7120f10..81432e1 100644
--- a/libavcodec/dvdsubdec.c
+++ b/libavcodec/dvdsubdec.c
@@ -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:
More information about the ffmpeg-cvslog
mailing list