avdevice/dshow: fix badly indented line

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit c4004605b2)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
release/7.0
Michael Niedermayer 8 months ago
parent 4b11e29881
commit 447e9fea75
No known key found for this signature in database
GPG Key ID: B18E8928B3948D64
  1. 2
      libavdevice/dshow.c

@ -1370,7 +1370,7 @@ dshow_open_device(AVFormatContext *avctx, ICreateDevEnum *devenum,
goto error; goto error;
} }
} }
if (ctx->device_filter[otherDevType]) { if (ctx->device_filter[otherDevType]) {
// avoid adding add two instances of the same device to the graph, one for video, one for audio // avoid adding add two instances of the same device to the graph, one for video, one for audio
// a few devices don't support this (could also do this check earlier to avoid double crossbars, etc. but they seem OK) // a few devices don't support this (could also do this check earlier to avoid double crossbars, etc. but they seem OK)
if (strcmp(device_filter_unique_name, ctx->device_unique_name[otherDevType]) == 0) { if (strcmp(device_filter_unique_name, ctx->device_unique_name[otherDevType]) == 0) {

Loading…
Cancel
Save