diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-02-14 23:45:48 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-02-14 23:45:48 +0100 |
commit | d5ce725cb32ba932cdede102f246d060460786cb (patch) | |
tree | df2df5b40fae988eb34666862be0f9d3a2bcafaf /libavcodec/snow.c | |
parent | 35a995f4518aadc8aea145a21889cf039f12644d (diff) | |
download | ffmpeg-d5ce725cb32ba932cdede102f246d060460786cb.tar.gz |
Fix a few "its" vs "it's" typo.
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r-- | libavcodec/snow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c index 7a5c1c04ca..b2c6714a40 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -398,7 +398,7 @@ av_cold int ff_snow_common_init(AVCodecContext *avctx){ int i, j; s->avctx= avctx; - s->max_ref_frames=1; //just make sure its not an invalid value in case of no initial keyframe + s->max_ref_frames=1; //just make sure it's not an invalid value in case of no initial keyframe ff_dsputil_init(&s->dsp, avctx); ff_videodsp_init(&s->vdsp, 8); |