Skip to content
Snippets Groups Projects
Commit b727d9dc authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

test: packetizer: remove duplicate size in log

parent 585956cb
No related branches found
No related tags found
No related merge requests found
......@@ -121,9 +121,9 @@ static int test_packetize(const char *run,
out = p->pf_packetize(p, in ? &in : NULL);
if(out)
{
fprintf(stderr, "block #%u dts %"PRId64" sz %"PRId64
fprintf(stderr, "block #%u dts %"PRId64
" flags %x sz %"PRId64"\n",
i_count, out->i_dts, out->i_buffer,
i_count, out->i_dts,
out->i_flags, out->i_buffer );
block_ChainLastAppend(&outappend, out);
++i_count;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment