vfwcap: Indent.

Originally committed as revision 19545 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Ramiro Polla 16 years ago
parent 1c0b9215ac
commit 155b0f00d4
  1. 3
      libavdevice/vfwcap.c

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

Loading…
Cancel
Save