mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 19:07:23 +08:00
vfwcap: Indent.
Originally committed as revision 19545 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user