diff options
author | Diego Biurrun | 2007-02-21 10:15:08 +0000 |
---|---|---|
committer | Diego Biurrun | 2007-02-21 10:15:08 +0000 |
commit | 0afd2a92bd1172b4a7358e410e6f3d261874489e (patch) | |
tree | b06a77a3df8e706ca2eb545785083f2d59c5dc0a /output_example.c | |
parent | 0e3b6a6f55eaa060166ab4f02f4d22cfc75d8d27 (diff) |
cosmetics: Fix a common typo, sepErate --> sepArate.
Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'output_example.c')
-rw-r--r-- | output_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |