shithub: openh264

Download patch

ref: 924aa420584c5f3c3edba9b08be2f614040a332c
parent: 758d064516dda256d568aadf7c3cbf1eec658bd2
parent: ab97686e2b66928e914ca33ab4339a9c25cc96ae
author: ekr <ekr@rtfm.com>
date: Thu Dec 12 10:08:57 EST 2013

Merge pull request #22 from ethanhugg/astyle

Added notes in CODING_STYLE

--- /dev/null
+++ b/CODING_STYLE
@@ -1,0 +1,8 @@
+Code Guidelines
+
+Try to follow the style of the existing code.
+
+Please do not add tabs, trailing whitespace, or Windows-style line endings (CRLF).
+
+The C++ code was pretty-printed with astyle on 12/12/2013 using the configuration found in build/astyle.cfg
+