Commit 487341a9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

remove debug

parent a3bd2d5e
...@@ -58,7 +58,7 @@ dvbpsi_vbi_dr_t * dvbpsi_DecodeVBIDataDr( ...@@ -58,7 +58,7 @@ dvbpsi_vbi_dr_t * dvbpsi_DecodeVBIDataDr(
/* Don't decode twice */ /* Don't decode twice */
if(p_descriptor->p_decoded) if(p_descriptor->p_decoded)
return p_descriptor->p_decoded; return p_descriptor->p_decoded;
printf( "DECODING VBI_DATA DESCRIPTOR \n" );
/* Decode data and check the length */ /* Decode data and check the length */
if(p_descriptor->i_length < 3) if(p_descriptor->i_length < 3)
{ {
......
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