diff --git a/ebml_matroska.xml b/ebml_matroska.xml
index d26f411d7..c42f4164e 100644
--- a/ebml_matroska.xml
+++ b/ebml_matroska.xml
@@ -786,7 +786,7 @@ in candelas per square meter (cd/m^2^).
- Describes the video projection details. Used to render spherical and VR videos.
+ Describes the video projection details. Used to render spherical, VR videos or flipping videos horizontally/vertically.
@@ -824,7 +824,9 @@ redundant framing information while preserving versioning and semantics between
Value represents a clockwise rotation, in degrees, around the up vector. This rotation must be applied
before any `ProjectionPosePitch` or `ProjectionPoseRoll` rotations.
-The value of this element **MUST** be in the -180 to 180 degree range, both included.
+The value of this element **MUST** be in the -180 to 180 degree range, both included.
+
+Setting `ProjectionPoseYaw` to 180.0 degrees flips the image horizontally.
@@ -833,7 +835,9 @@ The value of this element **MUST** be in the -180 to 180 degree range, both incl
Value represents a counter-clockwise rotation, in degrees, around the right vector. This rotation must be applied
after the `ProjectionPoseYaw` rotation and before the `ProjectionPoseRoll` rotation.
-The value of this element **MUST** be in the -90 to 90 degree range, both included.
+The value of this element **MUST** be in the -90 to 90 degree range, both included.
+
+Setting `ProjectionPosePitch` to 180.0 degrees flips the image vertically.