cosmetics: Fix a common typo, sepErate --> sepArate.

Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-02-21 10:15:08 +00:00
parent 0e3b6a6f55
commit 0afd2a92bd
3 changed files with 7 additions and 5 deletions

View file

@ -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;