vlc | branch: master | Thomas Guillem <tho...@gllm.fr> | Thu Apr 20 11:25:38 
2017 +0200| [46701f81b485dec489fb263fa576163197d945fa] | committer: Thomas 
Guillem

codec: hxxx: fix log

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=46701f81b485dec489fb263fa576163197d945fa
---

 modules/codec/hxxx_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/hxxx_helper.c b/modules/codec/hxxx_helper.c
index a7571e2b5f..606f5e6327 100644
--- a/modules/codec/hxxx_helper.c
+++ b/modules/codec/hxxx_helper.c
@@ -205,7 +205,7 @@ h264_helper_parse_nal(struct hxxx_helper *hh, const uint8_t 
*p_buf, size_t i_buf
 
             hnal->h264_pps = p_pps;
             *p_config_changed = true;
-            msg_Dbg(hh->p_obj, "new  PPS parsed: %u\n", p_pps->i_id);
+            msg_Dbg(hh->p_obj, "new PPS parsed: %u\n", p_pps->i_id);
         }
         else if (i_nal_type <= H264_NAL_SLICE_IDR
               && i_nal_type != H264_NAL_UNKNOWN)

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to