summaryrefslogtreecommitdiff
path: root/libavdevice/vfwcap.c
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2009-09-04 16:32:06 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-09-04 16:32:06 +0000
commit315fa33f29266b44ba3738a2017ab84accb79178 (patch)
tree1ed1139264dca4a1de87272a1673f7a3b8b0fe8b /libavdevice/vfwcap.c
parenta9decf004189b86e110ccb70f728409db330a6c2 (diff)
Indent.
Originally committed as revision 19757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/vfwcap.c')
-rw-r--r--libavdevice/vfwcap.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c
index 8c60f6d5e8..60ab169e76 100644
--- a/libavdevice/vfwcap.c
+++ b/libavdevice/vfwcap.c
@@ -295,15 +295,15 @@ static int vfw_read_header(AVFormatContext *s, AVFormatParameters *ap)
bi->bmiHeader.biHeight = height;
if (0) {
- /* For testing yet unsupported compressions
- * Copy these values from user-supplied verbose information */
- bi->bmiHeader.biWidth = 320;
- bi->bmiHeader.biHeight = 240;
- bi->bmiHeader.biPlanes = 1;
- bi->bmiHeader.biBitCount = 12;
- bi->bmiHeader.biCompression = MKTAG('I','4','2','0');
- bi->bmiHeader.biSizeImage = 115200;
- dump_bih(s, &bi->bmiHeader);
+ /* For testing yet unsupported compressions
+ * Copy these values from user-supplied verbose information */
+ bi->bmiHeader.biWidth = 320;
+ bi->bmiHeader.biHeight = 240;
+ bi->bmiHeader.biPlanes = 1;
+ bi->bmiHeader.biBitCount = 12;
+ bi->bmiHeader.biCompression = MKTAG('I','4','2','0');
+ bi->bmiHeader.biSizeImage = 115200;
+ dump_bih(s, &bi->bmiHeader);
}
ret = SendMessage(ctx->hwnd, WM_CAP_SET_VIDEOFORMAT, bisize, (LPARAM) bi);