summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index a9e76b926..1dda37578 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -1209,7 +1209,7 @@ void hb_set_anamorphic_size( hb_job_t * job,
}
/* While x264 is smart enough to reduce fractions on its own, libavcodec
- needs some help with the math, so lose superfluous factors. */
+ * needs some help with the math, so lose superfluous factors. */
hb_reduce( output_par_width, output_par_height,
pixel_aspect_width, pixel_aspect_height );
}