summaryrefslogtreecommitdiff
path: root/ext/x264
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-09-02 09:33:15 -0400
committerAaron Boxer <aaron.boxer@collabora.com>2019-09-02 09:33:15 -0400
commit3f24460e3760fec8b9c82e16196f346876581372 (patch)
tree291bdd1af75eda60ceb2943fcd691cce64d12fb3 /ext/x264
parentb3f0008b3431f5bd1ef99bfcc35de00be93d865d (diff)
documentation: fix some typos
Diffstat (limited to 'ext/x264')
-rw-r--r--ext/x264/gstx264enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/x264/gstx264enc.c b/ext/x264/gstx264enc.c
index ed7262f8..c02ed5eb 100644
--- a/ext/x264/gstx264enc.c
+++ b/ext/x264/gstx264enc.c
@@ -2930,7 +2930,7 @@ plugin_init (GstPlugin * plugin)
GST_INFO ("linked against x264 build: %u", X264_BUILD);
- /* Initialize the static GstX264EncVTable which is overriden in load_x264()
+ /* Initialize the static GstX264EncVTable which is overridden in load_x264()
* if needed. We can't initialize statically because these values are not
* constant on Windows. */
default_vtable.module = NULL;