Commit 7acc0ba6 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Small readability enhancement

parent e0a738e5
...@@ -699,8 +699,9 @@ static block_t *ConvertAVC1( sout_mux_t *p_mux, mp4_stream_t *tk, block_t *p_blo ...@@ -699,8 +699,9 @@ static block_t *ConvertAVC1( sout_mux_t *p_mux, mp4_stream_t *tk, block_t *p_blo
/* Skip blocks with SPS/PPS */ /* Skip blocks with SPS/PPS */
if( (last[4]&0x1f) == 7 || (last[4]&0x1f) == 8 ) if( (last[4]&0x1f) == 7 || (last[4]&0x1f) == 8 )
{
; // FIXME Find a way to skip dat without frelling everything ; // FIXME Find a way to skip dat without frelling everything
}
last = dat; last = dat;
dat += 4; dat += 4;
} }
......
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