Re: [libav-devel] [PATCH 04/11] rtpdec_h264: Remove a useless ifdef

2012-05-04 Thread Martin Storsjö
On Fri, 4 May 2012, Luca Barbato wrote: On 04/05/12 15:06, Martin Storsjö wrote: assert is a no-op if DEBUG isn't defined. --- libavformat/rtpdec_h264.c |2 -- 1 file changed, 2 deletions(-) Ok. Pushed the cleanup patches up to this one, I'll do another version of the comment cleanup

Re: [libav-devel] [PATCH 04/11] rtpdec_h264: Remove a useless ifdef

2012-05-04 Thread Luca Barbato
On 04/05/12 15:06, Martin Storsjö wrote: > assert is a no-op if DEBUG isn't defined. > --- > libavformat/rtpdec_h264.c |2 -- > 1 file changed, 2 deletions(-) > Ok. -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero ___ libav-devel ma

[libav-devel] [PATCH 04/11] rtpdec_h264: Remove a useless ifdef

2012-05-04 Thread Martin Storsjö
assert is a no-op if DEBUG isn't defined. --- libavformat/rtpdec_h264.c |2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index d98be07..399ca47 100644 --- a/libavformat/rtpdec_h264.c +++ b/libavformat/rtpdec_h264.c @@ -170,9 +170,7 @@ st