You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavd/avfoundation: Simplify debug message generation.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
92827e1869
commit
1ea7a3e04e
@@ -384,8 +384,7 @@ static int avf_read_header(AVFormatContext *s)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NSString* dev_display_name = [video_device localizedName];
|
av_log(s, AV_LOG_DEBUG, "'%s' opened\n", [[video_device localizedName] UTF8String]);
|
||||||
av_log(s, AV_LOG_DEBUG, "'%s' opened\n", [dev_display_name UTF8String]);
|
|
||||||
|
|
||||||
// Initialize capture session
|
// Initialize capture session
|
||||||
ctx->capture_session = [[AVCaptureSession alloc] init];
|
ctx->capture_session = [[AVCaptureSession alloc] init];
|
||||||
|
Reference in New Issue
Block a user