vfwcap: Indent.

Originally committed as revision 19545 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2009-07-30 17:31:28 +00:00
parent 1c0b9215ac
commit 155b0f00d4

View File

@ -338,8 +338,7 @@ static int vfw_read_header(AVFormatContext *s, AVFormatParameters *ap)
return AVERROR_PATCHWELCOME;
}
codec->bits_per_coded_sample = biBitCount;
}
else {
} else {
codec->codec_id = CODEC_ID_RAWVIDEO;
if(biCompression == BI_RGB)
codec->bits_per_coded_sample = biBitCount;