[FFmpeg-devel] [PATCH 1/2] ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Nov 2 16:09:04 CET 2015


Simon Thelen <ffmpeg-dev <at> c-14.de> writes:

> +	if (j == 0)
> +		goto fail;

Tabs cannot be committed to our repository, please 
remove them (this has to be fixed).
Most FFmpeg code uses "if (!j)", feel free to ignore.

Carl Eugen



More information about the ffmpeg-devel mailing list