mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 09:40:30 +00:00
V4L2: print used device path
Removed by mistake with a4d37a221b (2022-06-27) when unified 2 simillar
messages.
Use more terse message.
This commit is contained in:
@@ -743,7 +743,10 @@ static int vidcap_v4l2_init(struct vidcap_params *params, void **state)
|
||||
|
||||
free(tmp);
|
||||
|
||||
log_msg(LOG_LEVEL_NOTICE, MOD_NAME "Capturing %dx%d @%.2f %s, codec %s\n", s->desc.width, s->desc.height, s->desc.fps, get_interlacing_description(s->desc.interlacing), get_codec_name(s->desc.color_spec));
|
||||
MSG(NOTICE, "Capturing %dx%d @%.2f%s %s from %s\n", s->desc.width,
|
||||
s->desc.height, s->desc.fps,
|
||||
get_interlacing_suffix(s->desc.interlacing),
|
||||
get_codec_name(s->desc.color_spec), dev_name);
|
||||
|
||||
*state = s;
|
||||
return VIDCAP_INIT_OK;
|
||||
|
||||
Reference in New Issue
Block a user