diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-07-24 21:12:37 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-07-24 21:12:37 +0000 |
commit | e16190fa7ae2aeaaa7e08e9562fc6701299e9ed1 (patch) | |
tree | 4796e37ed4333f16dd68f318e8b16cecc35dfa26 /ffmpeg.c | |
parent | 3a459ebe352cae3cb61010e57dc4aaa713830695 (diff) | |
download | ffmpeg-e16190fa7ae2aeaaa7e08e9562fc6701299e9ed1.tar.gz |
cosmetics: typo fixes
Originally committed as revision 14376 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2235,7 +2235,7 @@ static int opt_default(const char *opt, const char *arg){ // av_log(NULL, AV_LOG_ERROR, "%s:%s: %f 0x%0X\n", opt, arg, av_get_double(avctx_opts, opt, NULL), (int)av_get_int(avctx_opts, opt, NULL)); - //FIXME we should always use avctx_opts, ... for storing options so there wont be any need to keep track of whats set over this + //FIXME we should always use avctx_opts, ... for storing options so there will not be any need to keep track of what i set over this opt_names= av_realloc(opt_names, sizeof(void*)*(opt_name_count+1)); opt_names[opt_name_count++]= o->name; |