summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-24 10:27:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-24 10:27:14 +0000
commit4f452096c0182355ee332b81f8d43baeebd6a383 (patch)
tree315b3e00583ac3c424b49f0d06bb6c7466099b9c /libmpcodecs
parent4402f7d0897a1b26b6085cc00d5a168396637c30 (diff)
downloadmpv-4f452096c0182355ee332b81f8d43baeebd6a383.tar.bz2
mpv-4f452096c0182355ee332b81f8d43baeebd6a383.tar.xz
cosmetics: Fix some common typos, appropiate --> appropRiate,
handEling --> handling, dependAnt --> dependEnt. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22334 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/ae_lavc.c2
-rw-r--r--libmpcodecs/vd_ffmpeg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/ae_lavc.c b/libmpcodecs/ae_lavc.c
index a62740f102..d8b0e2c865 100644
--- a/libmpcodecs/ae_lavc.c
+++ b/libmpcodecs/ae_lavc.c
@@ -206,7 +206,7 @@ int mpae_init_lavc(audio_encoder_t *encoder)
/*
* Special case for adpcm_ima_wav.
- * The bitrate is only dependant on samplerate.
+ * The bitrate is only dependent on samplerate.
* We have to known frame_size and block_align in advance,
* so I just copied the code from libavcodec/adpcm.c
*
diff --git a/libmpcodecs/vd_ffmpeg.c b/libmpcodecs/vd_ffmpeg.c
index 3998c38cd8..c1c1c085d7 100644
--- a/libmpcodecs/vd_ffmpeg.c
+++ b/libmpcodecs/vd_ffmpeg.c
@@ -197,7 +197,7 @@ void mp_msp_av_log_callback(void* ptr, int level, const char* fmt, va_list vl)
if(s->codec->decode)
type= MSGT_DECVIDEO;
}
- //FIXME subtitles, encoders (what msgt for them? there is no appropiate ...)
+ //FIXME subtitles, encoders (what msgt for them? there is no appropriate ...)
}
}else if(!strcmp(avc->class_name, "AVFormatContext")){
#if 0 //needs libavformat include FIXME iam too lazy to do this cleanly,probably the whole should be moved out of this file ...