Warning nit.

This commit is contained in:
Themaister 2011-11-02 20:33:37 +01:00
parent 4806d2fe88
commit e7082fd6ea

View File

@ -166,7 +166,9 @@ static bool init_video(struct video_info *video, const struct ffemu_params *para
video->codec->sample_aspect_ratio = av_d2q(param->aspect_ratio * param->out_height / param->out_width, 255); video->codec->sample_aspect_ratio = av_d2q(param->aspect_ratio * param->out_height / param->out_width, 255);
video->codec->pix_fmt = video->pix_fmt; video->codec->pix_fmt = video->pix_fmt;
#ifdef HAVE_FFMPEG_AVCODEC_OPEN2
AVDictionary *opts = NULL; AVDictionary *opts = NULL;
#endif
#ifdef HAVE_X264RGB #ifdef HAVE_X264RGB
video->codec->thread_count = 3; video->codec->thread_count = 3;