summaryrefslogtreecommitdiff
path: root/webmenc.h
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2013-11-06 10:02:31 -0800
committerTom Finegan <tomfinegan@google.com>2013-11-06 11:38:05 -0800
commit1f0c2e72c4d04f372945f56b920c998dc1a9709a (patch)
treed8d29832aac3c75f91deca9c692ebde0f06cd2c6 /webmenc.h
parent4722654851e85e7c528334ac6f7f8697ab32e6cd (diff)
downloadlibvpx-1f0c2e72c4d04f372945f56b920c998dc1a9709a.tar
libvpx-1f0c2e72c4d04f372945f56b920c998dc1a9709a.tar.gz
libvpx-1f0c2e72c4d04f372945f56b920c998dc1a9709a.tar.bz2
libvpx-1f0c2e72c4d04f372945f56b920c998dc1a9709a.zip
webmenc: Clean up the truly egregious style issues.
I'm sure I could do more, but I don't know how long this code has to live. I think this at least makes the code a little easier to read and understand. Change-Id: I6ca76357f89468d4851a3d1826e7aefa498e51d1
Diffstat (limited to 'webmenc.h')
-rw-r--r--webmenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webmenc.h b/webmenc.h
index d5efd9b5e..f3bc3ecd2 100644
--- a/webmenc.h
+++ b/webmenc.h
@@ -61,7 +61,7 @@ struct EbmlGlobal {
/* Stereo 3D packed frame format */
typedef enum stereo_format {
- STEREO_FORMAT_MONO = 0,
+ STEREO_FORMAT_MONO = 0,
STEREO_FORMAT_LEFT_RIGHT = 1,
STEREO_FORMAT_BOTTOM_TOP = 2,
STEREO_FORMAT_TOP_BOTTOM = 3,