shithub: openh264

Download patch

ref: 87eabf272116253804c3e50a71ddb78d7ab6b499
parent: ed73d519457ea9272c2620e497f921f97ea60a5a
author: Martin Storsjö <martin@martin.st>
date: Mon Jun 1 05:19:04 EDT 2015

Regenerate codec_ver.h using generate_codec_ver.sh

This adds some spacing to the version struct, so that astyle won't
need to change the file.

This was changed in 02354832cf8, both in the earlier codec_ver.h
and in the script that generates it, but a recent change manually
overwrote the spacing.

--- a/codec/api/svc/codec_ver.h
+++ b/codec/api/svc/codec_ver.h
@@ -4,7 +4,7 @@
 
 #include "codec_app_def.h"
 
-static const OpenH264Version g_stCodecVersion  = {1,4,1,0};
+static const OpenH264Version g_stCodecVersion  = {1, 4, 1, 0};
 static const char* const g_strCodecVer  = "OpenH264 version:1.4.1.0";
 
 #define OPENH264_MAJOR (1)