shithub: openh264

Download patch

ref: 95ac72754eb0ccc9b69031608bf394293b1c7b88
parent: 5c7fe3127740a29ecf66dd9a66cd5e6d85509af6
author: Martin Storsjö <martin@martin.st>
date: Tue Jun 10 07:23:15 EDT 2014

Convert tabs to spaces in .def files

The three def files in the project currently use tabs very inconsistently.

--- a/codec/processing/src/common/WelsVP.def
+++ b/codec/processing/src/common/WelsVP.def
@@ -30,7 +30,7 @@
 ;*
 ;*
 
-LIBRARY		    welsvp.dll
+LIBRARY         welsvp.dll
 EXPORTS
                 WelsCreateVpInterface
                 WelsDestroyVpInterface
\ No newline at end of file
--- a/openh264.def
+++ b/openh264.def
@@ -1,7 +1,7 @@
 EXPORTS
-	WelsCreateDecoder
-	WelsDestroyDecoder
-	WelsCreateSVCEncoder
-	WelsDestroySVCEncoder
-	WelsGetCodecVersion
-	WelsGetCodecVersionEx
+    WelsCreateDecoder
+    WelsDestroyDecoder
+    WelsCreateSVCEncoder
+    WelsDestroySVCEncoder
+    WelsGetCodecVersion
+    WelsGetCodecVersionEx
--- a/ut.def
+++ b/ut.def
@@ -1,2 +1,2 @@
 EXPORTS
-	CodecUtMain
\ No newline at end of file
+    CodecUtMain