From 7acc0ba62d6ba4a18d8c3f068f1d1bf11e1ab193 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Tue, 12 Dec 2006 09:23:58 +0000 Subject: [PATCH] Small readability enhancement --- modules/mux/mp4.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c index 8c5b4dbf23..128522b298 100644 --- a/modules/mux/mp4.c +++ b/modules/mux/mp4.c @@ -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 */ if( (last[4]&0x1f) == 7 || (last[4]&0x1f) == 8 ) + { ; // FIXME Find a way to skip dat without frelling everything - + } last = dat; dat += 4; } -- 2.39.2