[vlc-commits] aom: cosmetics
Tristan Matthews
git at videolan.org
Thu Jul 23 02:30:41 CEST 2020
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Wed Jul 22 12:35:00 2020 -0400| [b6eb37df67b0c35c96a36e3128c608df75f6020e] | committer: Tristan Matthews
aom: cosmetics
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6eb37df67b0c35c96a36e3128c608df75f6020e
---
modules/codec/aom.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/codec/aom.c b/modules/codec/aom.c
index 2dc88cb47e..20ec11c75c 100644
--- a/modules/codec/aom.c
+++ b/modules/codec/aom.c
@@ -1,5 +1,5 @@
/*****************************************************************************
- * aom.c: libaom decoder (AV1) module
+ * aom.c: libaom encoder and decoder (AV1) module
*****************************************************************************
* Copyright (C) 2016 VLC authors and VideoLAN
*
@@ -36,7 +36,7 @@
#include <aom/aomdx.h>
#ifdef ENABLE_SOUT
-#include <aom/aom_encoder.h>
+# include <aom/aom_encoder.h>
# include <aom/aomcx.h>
# include <aom/aom_image.h>
# define SOUT_CFG_PREFIX "sout-aom-"
More information about the vlc-commits
mailing list