Re: [libav-devel] [PATCH 10/11] rtpdec_h264: Replace sizeof(start_sequence) with a macro

2012-05-04 Thread Luca Barbato
On 04/05/12 15:06, Martin Storsjö wrote: > This makes the code slightly more readable at places where this > is used a lot, although I guess this is very subjective. fine for me. -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero ___ libav-

[libav-devel] [PATCH 10/11] rtpdec_h264: Replace sizeof(start_sequence) with a macro

2012-05-04 Thread Martin Storsjö
This makes the code slightly more readable at places where this is used a lot, although I guess this is very subjective. --- libavformat/rtpdec_h264.c | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtp