On Fri, Aug 15, 2014 at 09:47:12PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer <[email protected]> > --- > cmdutils.c | 2 +- > ffmpeg.c | 2 +- > ffplay.c | 2 +- > ffserver.c | 42 > ++++++++++++++++++------------------ > libavcodec/libx264.c | 2 +- > libavcodec/mpegaudiodec_template.c | 2 +- > libavcodec/parser.c | 2 +- > libavfilter/af_amix.c | 4 ++-- > libavfilter/libmpcodecs/vf_eq2.c | 6 +++--- > libavformat/lrcenc.c | 6 +++--- > libavformat/matroskadec.c | 2 +- > libavformat/mov.c | 2 +- > libavformat/rtpdec_h264.c | 2 +- > libavformat/sctp.c | 2 +- > libavformat/webmdashenc.c | 2 +- > libpostproc/postprocess.c | 12 +++++------ > 16 files changed, 46 insertions(+), 46 deletions(-) >
sure whatever...
did you use coccinelle?
[...]
> /* remove connection from list */
> cp = &first_http_ctx;
> - while ((*cp) != NULL) {
> + while ((*cp)) {
you can drop the () here
[...]
--
Clément B.
pgp751JCLQCvj.pgp
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
