Browse Source

dshow: indent

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Ramiro Polla 13 years ago
parent
commit
5b186148bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavdevice/dshow.c

+ 1 - 1
libavdevice/dshow.c

@@ -288,7 +288,7 @@ dshow_cycle_devices(AVFormatContext *avctx, ICreateDevEnum *devenum,
                 goto fail1;
 
             if (!skip--)
-            IMoniker_BindToObject(m, 0, 0, &IID_IBaseFilter, (void *) &device_filter);
+                IMoniker_BindToObject(m, 0, 0, &IID_IBaseFilter, (void *) &device_filter);
         } else {
             av_log(avctx, AV_LOG_INFO, " \"%s\"\n", buf);
         }