From 426d3ee630f53f02030fcfb3aa9dc5442d9bb6a0 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Thu, 19 Apr 2012 09:43:05 +0300 Subject: Fixed typo --- src/combined/ffmpeg/ff_video_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/combined/ffmpeg/ff_video_decoder.c b/src/combined/ffmpeg/ff_video_decoder.c index 951116e3d..8f1b7c4c7 100644 --- a/src/combined/ffmpeg/ff_video_decoder.c +++ b/src/combined/ffmpeg/ff_video_decoder.c @@ -823,7 +823,7 @@ static void ff_convert_frame(ff_video_decoder_t *this, vo_frame_t *img) { du += img->pitches[1]; dv += img->pitches[2]; - if (this->context->pix_fmt != PIX_FMT_YUV420P && this->context->pix>fmt != PIX_FMT_YUVJ420P) { + if (this->context->pix_fmt != PIX_FMT_YUV420P && this->context->pix_fmt != PIX_FMT_YUVJ420P) { su += 2*this->av_frame->linesize[1]; sv += 2*this->av_frame->linesize[2]; } else { -- cgit v1.2.3