Commit 641ce014 authored by Tomer Barletz's avatar Tomer Barletz Committed by Rémi Denis-Courmont

Change log severity from Err to Dbg.

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent e4c3b44d
......@@ -173,7 +173,7 @@ static int Open(vlc_object_t *object)
const int cct = ParseInteger(&header[12], 2);
const mtime_t program_start = ParseTextTimeCode(&header[256], fps);
const int tti_count = ParseInteger(&header[238], 5);
msg_Err(demux, "Detected EBU STL : CCT=%d TTI=%d start=%8.8s %lld", cct, tti_count, &header[256], program_start);
msg_Dbg(demux, "Detected EBU STL : CCT=%d TTI=%d start=%8.8s %lld", cct, tti_count, &header[256], program_start);
demux_sys_t *sys = malloc(sizeof(*sys));
sys->next_date = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment