[FFmpeg-cvslog] avdevice/avfoundation: Fix occured typo

Michael Niedermayer git at videolan.org
Mon Mar 30 22:26:49 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Mar 30 21:41:17 2015 +0200| [63167a6ba3433b7edffe9bf7236a4f4a8f8dba9f] | committer: Michael Niedermayer

avdevice/avfoundation: Fix occured typo

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63167a6ba3433b7edffe9bf7236a4f4a8f8dba9f
---

 libavdevice/avfoundation.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m
index 5140ecb..763e675 100644
--- a/libavdevice/avfoundation.m
+++ b/libavdevice/avfoundation.m
@@ -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;
         }
     }



More information about the ffmpeg-cvslog mailing list