[FFmpeg-devel] [PATCH 5/6] libavcodec/ccaption_dec: clean up whitespace
Aman Gupta
ffmpeg at tmm1.net
Wed Jan 6 00:35:07 CET 2016
From: Aman Gupta <aman at tmm1.net>
---
libavcodec/ccaption_dec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/ccaption_dec.c b/libavcodec/ccaption_dec.c
index 8373a0c..fbf23d0 100644
--- a/libavcodec/ccaption_dec.c
+++ b/libavcodec/ccaption_dec.c
@@ -506,7 +506,7 @@ static void process_cc608(CCaptionSubContext *ctx, int64_t pts, uint8_t hi, uint
ff_dlog(ctx, "Unknown command 0x%hhx 0x%hhx\n", hi, lo);
break;
}
- } else if (hi>=0x20) {
+ } else if (hi >= 0x20) {
/* Standard characters (always in pairs) */
handle_char(ctx, hi, lo, pts);
} else {
--
2.5.3
More information about the ffmpeg-devel
mailing list