[FFmpeg-devel] [PATCH 01/10] libavcodec/ccaption_dec: fix whitespace

Aman Gupta ffmpeg at tmm1.net
Wed Jan 6 08:41:33 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 34a7208..12e8f1d 100644
--- a/libavcodec/ccaption_dec.c
+++ b/libavcodec/ccaption_dec.c
@@ -159,7 +159,7 @@ typedef struct CCaptionSubContext {
     AVBPrint buffer;
     int screen_changed;
     int rollup;
-    enum  cc_mode mode;
+    enum cc_mode mode;
     int64_t start_time;
     /* visible screen time */
     int64_t startv_time;
-- 
2.5.3



More information about the ffmpeg-devel mailing list