From 0afd2a92bd1172b4a7358e410e6f3d261874489e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 21 Feb 2007 10:15:08 +0000 Subject: cosmetics: Fix a common typo, sepErate --> sepArate. Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk --- output_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output_example.c') diff --git a/output_example.c b/output_example.c index ee123fdcd4..ca12b783f1 100644 --- a/output_example.c +++ b/output_example.c @@ -220,7 +220,7 @@ static AVStream *add_video_stream(AVFormatContext *oc, int codec_id) motion of the chroma plane doesnt match the luma plane */ c->mb_decision=2; } - // some formats want stream headers to be seperate + // some formats want stream headers to be separate if(!strcmp(oc->oformat->name, "mp4") || !strcmp(oc->oformat->name, "mov") || !strcmp(oc->oformat->name, "3gp")) c->flags |= CODEC_FLAG_GLOBAL_HEADER; -- cgit v1.2.3