summaryrefslogtreecommitdiffstats
path: root/libmpdemux/yuv4mpeg_ratio.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/yuv4mpeg_ratio.c')
-rw-r--r--libmpdemux/yuv4mpeg_ratio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/yuv4mpeg_ratio.c b/libmpdemux/yuv4mpeg_ratio.c
index 6413a50ee2..a9169fa4de 100644
--- a/libmpdemux/yuv4mpeg_ratio.c
+++ b/libmpdemux/yuv4mpeg_ratio.c
@@ -68,7 +68,7 @@ static int gcd(int a, int b)
}
return a;
}
-
+
/*************************************************************************
*
@@ -93,7 +93,7 @@ void y4m_ratio_reduce(y4m_ratio_t *r)
* Parse "nnn:ddd" into a ratio
*
* returns: Y4M_OK - success
- * Y4M_ERR_RANGE - range error
+ * Y4M_ERR_RANGE - range error
*
*************************************************************************/