Commit ec937f96 authored by Clément Stenac's avatar Clément Stenac

2nd packetizer round (Refs:#438)

parent ec598f4b
...@@ -153,7 +153,7 @@ static int OpenPacketizer( vlc_object_t *p_this ) ...@@ -153,7 +153,7 @@ static int OpenPacketizer( vlc_object_t *p_this )
/* Set callback */ /* Set callback */
p_dec->pf_packetize = PacketizeBlock; p_dec->pf_packetize = PacketizeBlock;
msg_Info( p_dec, "running MPEG4 audio packetizer" ); msg_Dbg( p_dec, "running MPEG4 audio packetizer" );
if( p_dec->fmt_in.i_extra > 0 ) if( p_dec->fmt_in.i_extra > 0 )
{ {
......
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