[FFmpeg-cvslog] lsws: fix weird indent

Stefano Sabatini git at videolan.org
Mon Jul 25 13:23:34 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Mon Jul 25 13:02:53 2011 +0200| [e8794f1d5e9b76330985d2b6d3856b05cfa72c2e] | committer: Stefano Sabatini

lsws: fix weird indent

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8794f1d5e9b76330985d2b6d3856b05cfa72c2e
---

 libswscale/utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libswscale/utils.c b/libswscale/utils.c
index 8a10388..91bb5bb 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -67,7 +67,7 @@ const char *swscale_license(void)
 #define RET 0xC3 //near return opcode for x86
 
 typedef struct FormatEntry {
-int is_supported_in, is_supported_out;
+    int is_supported_in, is_supported_out;
 } FormatEntry;
 
 const static FormatEntry format_entries[PIX_FMT_NB] = {



More information about the ffmpeg-cvslog mailing list