Commit c6170002 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused variable

parent df50e0f4
...@@ -700,7 +700,6 @@ static block_t *BlockChoose( access_t *p_access ) ...@@ -700,7 +700,6 @@ static block_t *BlockChoose( access_t *p_access )
{ {
block_t *p_block; block_t *p_block;
int i_rtp_version; int i_rtp_version;
int i_CSRC_count;
int i_payload_type; int i_payload_type;
if( ( p_block = BlockUDP( p_access ) ) == NULL ) if( ( p_block = BlockUDP( p_access ) ) == NULL )
......
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