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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmpdemux/yuv4mpeg_ratio.c b/libmpdemux/yuv4mpeg_ratio.c
index 6413a50ee2..be5475c1b1 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
*
*************************************************************************/
@@ -110,4 +110,3 @@ int y4m_parse_ratio(y4m_ratio_t *r, const char *s)
y4m_ratio_reduce(r);
return Y4M_OK;
}
-