mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avdevice/dshow: fix badly indented line
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
c841cb45e8
commit
c4004605b2
@ -1370,7 +1370,7 @@ dshow_open_device(AVFormatContext *avctx, ICreateDevEnum *devenum,
|
||||
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
|
||||
// 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) {
|
||||
|
Loading…
Reference in New Issue
Block a user