Browse code

dshow: indent

Signed-off-by: Stefano Sabatini <stefasab@gmail.com>

Ramiro Polla authored on 2011/09/09 12:15:22
Showing 1 changed files
... ...
@@ -433,7 +433,7 @@ end:
433 433
     if (caps)
434 434
         av_free(caps);
435 435
     if (pformat_set)
436
-    *pformat_set = format_set;
436
+        *pformat_set = format_set;
437 437
 }
438 438
 
439 439
 /**
... ...
@@ -528,16 +528,16 @@ next:
528 528
     IEnumPins_Release(pins);
529 529
 
530 530
     if (ppin) {
531
-    if (set_format && !format_set) {
532
-        av_log(avctx, AV_LOG_ERROR, "Could not set %s options\n", devtypename);
533
-        return AVERROR(EIO);
534
-    }
535
-    if (!device_pin) {
536
-        av_log(avctx, AV_LOG_ERROR,
537
-               "Could not find output pin from %s capture device.\n", devtypename);
538
-        return AVERROR(EIO);
539
-    }
540
-    *ppin = device_pin;
531
+        if (set_format && !format_set) {
532
+            av_log(avctx, AV_LOG_ERROR, "Could not set %s options\n", devtypename);
533
+            return AVERROR(EIO);
534
+        }
535
+        if (!device_pin) {
536
+            av_log(avctx, AV_LOG_ERROR,
537
+                "Could not find output pin from %s capture device.\n", devtypename);
538
+            return AVERROR(EIO);
539
+        }
540
+        *ppin = device_pin;
541 541
     }
542 542
 
543 543
     return 0;