Skip to content

Commit

Permalink
demux: adaptative: fix debug string
Browse files Browse the repository at this point in the history
fcartegnie committed Jul 16, 2015
1 parent 9875cd9 commit 1d43e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/demux/adaptative/Streams.cpp
Original file line number Diff line number Diff line change
@@ -556,7 +556,7 @@ es_out_id_t * BaseStreamOutput::esOutAdd(const es_format_t *p_fmt)
p_fmt->i_extra == pair->fmtcpy.i_extra &&
!memcmp(p_fmt->p_extra, pair->fmtcpy.p_extra, p_fmt->i_extra) )
{
msg_Err(realdemux, "using recycled");
msg_Dbg(realdemux, "reusing output for codec %4.4s", (char*)&p_fmt->i_codec);
pair->recycle = false;
p_es = pair->es_id;
}

0 comments on commit 1d43e72

Please sign in to comment.