Browse Source

avdevice/avfoundation: Fix occured typo

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Michael Niedermayer 10 years ago
parent
commit
63167a6ba3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/avfoundation.m

+ 1
- 1
libavdevice/avfoundation.m View File

@@ -408,7 +408,7 @@ static int add_video_device(AVFormatContext *s, AVCaptureDevice *video_device)
}
} @catch (NSException *exception) {
if (![[exception name] isEqualToString:NSUndefinedKeyException]) {
av_log (s, AV_LOG_ERROR, "An error occured: %s", [exception.reason UTF8String]);
av_log (s, AV_LOG_ERROR, "An error occurred: %s", [exception.reason UTF8String]);
return AVERROR_EXTERNAL;
}
}


Loading…
Cancel
Save