[Pkg-voip-commits] [janus] 249/282: Reduced verbosity when postprocessing VP8/VP9 mjr files

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit b8b32d4ec1a7ad98f89ccb24b18a82bf7f093313
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Tue Dec 5 14:29:15 2017 +0100

    Reduced verbosity when postprocessing VP8/VP9 mjr files
---
 postprocessing/pp-webm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/postprocessing/pp-webm.c b/postprocessing/pp-webm.c
index a5de517..e0fdd0d 100644
--- a/postprocessing/pp-webm.c
+++ b/postprocessing/pp-webm.c
@@ -219,7 +219,7 @@ int janus_pp_webm_preprocess(FILE *file, janus_pp_frame_packet *list, int vp8) {
 						int vp8ws = swap2(*(unsigned short*)(c+3))>>14;
 						int vp8h = swap2(*(unsigned short*)(c+5))&0x3fff;
 						int vp8hs = swap2(*(unsigned short*)(c+5))>>14;
-						JANUS_LOG(LOG_INFO, "(seq=%"SCNu16", ts=%"SCNu64") Key frame: %dx%d (scale=%dx%d)\n", tmp->seq, tmp->ts, vp8w, vp8h, vp8ws, vp8hs);
+						JANUS_LOG(LOG_VERB, "(seq=%"SCNu16", ts=%"SCNu64") Key frame: %dx%d (scale=%dx%d)\n", tmp->seq, tmp->ts, vp8w, vp8h, vp8ws, vp8hs);
 						if(vp8w > max_width)
 							max_width = vp8w;
 						if(vp8h > max_height)
@@ -417,7 +417,7 @@ int janus_pp_webm_process(FILE *file, janus_pp_frame_packet *list, int vp8, int
 							int vp8ws = swap2(*(unsigned short*)(c+3))>>14;
 							int vp8h = swap2(*(unsigned short*)(c+5))&0x3fff;
 							int vp8hs = swap2(*(unsigned short*)(c+5))>>14;
-							JANUS_LOG(LOG_INFO, "(seq=%"SCNu16", ts=%"SCNu64") Key frame: %dx%d (scale=%dx%d)\n", tmp->seq, tmp->ts, vp8w, vp8h, vp8ws, vp8hs);
+							JANUS_LOG(LOG_VERB, "(seq=%"SCNu16", ts=%"SCNu64") Key frame: %dx%d (scale=%dx%d)\n", tmp->seq, tmp->ts, vp8w, vp8h, vp8ws, vp8hs);
 							/* Is this the first keyframe we find? */
 							if(keyframe_ts == 0) {
 								keyframe_ts = tmp->ts;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list