From a9bbf59be73264ed63b08b67024cd04720dd1f43 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Fri, 28 Jun 2013 17:24:26 -0700 Subject: cosmetics: Fix "dont" "wont" "doesnt" typos Signed-off-by: Michael Niedermayer --- libavcodec/imgconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/imgconvert.c') diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index e872035e39..6da531c658 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -148,7 +148,7 @@ static int get_pix_fmt_score(enum AVPixelFormat dst_pix_fmt, loss |= FF_LOSS_RESOLUTION; score -= 256 << dst_desc->log2_chroma_h; } - // dont favor 422 over 420 if downsampling is needed, because 420 has much better support on the decoder side + // don't favor 422 over 420 if downsampling is needed, because 420 has much better support on the decoder side if (dst_desc->log2_chroma_w == 1 && src_desc->log2_chroma_w == 0 && dst_desc->log2_chroma_h == 1 && src_desc->log2_chroma_h == 0 ) { score += 512; -- cgit v1.2.3