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

Simon Thelen ffmpeg-dev at c-14.de
Mon Nov 2 16:34:37 CET 2015


On 15-11-02 at 15:09, Carl Eugen Hoyos wrote:
> 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.
Looks like my gitconfig for ffmpeg lost the warn for tab-in-indent.
fixed in v2.

-- 
Simon Thelen


More information about the ffmpeg-devel mailing list