ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Mon Mar 30 
21:41:17 2015 +0200| [63167a6ba3433b7edffe9bf7236a4f4a8f8dba9f] | committer: 
Michael Niedermayer

avdevice/avfoundation: Fix occured typo

Signed-off-by: Michael Niedermayer <[email protected]>

> 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;
         }
     }

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to