summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-09-18 11:34:56 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-24 10:47:41 +0200
commit03a98eabce3b9f6f9e3111418d0c297522834d68 (patch)
tree0ef7a35759c24972afd4a4d2880921f4068b510e
parentec830e755840969f35c83ebb67756b1c1b5258e9 (diff)
x264enc: Update the documentation to match the default profile used
https://bugzilla.gnome.org/show_bug.cgi?id=708036
-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 dcaf5d0f..27b9bade 100644
--- a/ext/x264/gstx264enc.c
+++ b/ext/x264/gstx264enc.c
@@ -37,7 +37,7 @@
* If #GstX264Enc:dct8x8 is enabled, then High profile is used.
* Otherwise, if #GstX264Enc:cabac entropy coding is enabled or #GstX264Enc:bframes
* are allowed, then Main Profile is in effect, and otherwise Baseline profile
- * applies. The main profile is imposed by default,
+ * applies. The high profile is imposed by default,
* which is fine for most software players and settings,
* but in some cases (e.g. hardware platforms) a more restricted profile/level
* may be necessary. The recommended way to set a profile is to set it in the