mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
4402f7d089
commit
4f452096c0
|
@ -16,7 +16,7 @@ CVS CLEANUP work:
|
|||
- bte.diff - something input plugin (uses fork() )
|
||||
- lavc_statsfile_errorchecking-patch - handle errors writing to logfile
|
||||
- xine-lib-cvs-xvmc.diff - XvMC support for libmpeg2 0.3.x
|
||||
- fastermemcpy.diff - cacheline-size dependant optimizations
|
||||
- fastermemcpy.diff - cacheline-size dependent optimizations
|
||||
- fire-x86-runtime-options.diff - en/disable (force) cpu features runtime
|
||||
(needs to be integrated with --runtime-cpu-detection en/disabled modes)
|
||||
- mga_vid_laced.diff - buggy interlace support into mga_vid
|
||||
|
|
|
@ -302,7 +302,7 @@ bits (i.e. 900kbps is 900000))
|
|||
|
||||
This way it apeared that the minimum bits per block is ~40, very
|
||||
good results are with ~50, and everything above 60 is a waste of bandwidth.
|
||||
And what's actually funny is that it was independant of codec used. The
|
||||
And what's actually funny is that it was independent of codec used. The
|
||||
results were exactly the same, whether I used DIV3 (with tricky nandub's
|
||||
magick), ffmpeg odivx, DivX5 on Windows or XviD.
|
||||
|
||||
|
|
|
@ -137,7 +137,7 @@ options snd-pcm-oss snd_dsp_map=0 snd_adsp_map=2 # do the mapping
|
|||
|
||||
This works flawlessly in combination with alsa's native
|
||||
SysVrc-init-script 'alsasound'. Be sure to disable any distribution
|
||||
dependant script (e.g. Mandrake-8.1 has an 'alsa' script which depends
|
||||
dependent script (e.g. Mandrake-8.1 has an 'alsa' script which depends
|
||||
on ALSA-0.5).
|
||||
|
||||
Sorry for you *BSD'lers out there. I have no grasp on sound support there.
|
||||
|
|
|
@ -117,7 +117,7 @@ Ok, that's all for now. To have some exemples look into mplayer.c ;)
|
|||
First just after config parsing, the iterator is created there. Also
|
||||
after stream opening, in case the stream is a playlist it replace the
|
||||
entry which contained the playlist by the result of the parsing.
|
||||
In the event handeling it check if a step can be done, etc. And finnaly
|
||||
In the event handling it check if a step can be done, etc. And finnaly
|
||||
at the end it go the next entry.
|
||||
|
||||
Suggestion, flames, etc about this doc must go to albeu@free.fr
|
||||
|
|
|
@ -649,9 +649,9 @@ m_option_t msgl_config[]={
|
|||
" mencoder\n"
|
||||
" xacodec - XAnim codecs\n"
|
||||
" tv - TV input subsystem\n"
|
||||
" osdep - OS Dependant parts (linux/ for now)\n"
|
||||
" osdep - OS-dependent parts\n"
|
||||
" spudec - spudec.c\n"
|
||||
" playtree - Playtree handeling (playtree.c, playtreeparser.c)\n"
|
||||
" playtree - Playtree handling (playtree.c, playtreeparser.c)\n"
|
||||
" input\n"
|
||||
" vfilter\n"
|
||||
" osd\n"
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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 ...
|
||||
|
|
2
mp_msg.h
2
mp_msg.h
|
@ -64,7 +64,7 @@ extern int verbose;
|
|||
|
||||
#define MSGT_TV 24 // TV input subsystem
|
||||
|
||||
#define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now)
|
||||
#define MSGT_OSDEP 25 // OS-dependent parts
|
||||
|
||||
#define MSGT_SPUDEC 26 // spudec.c
|
||||
|
||||
|
|
|
@ -1327,7 +1327,7 @@ static int vbr_getquant_2pass2(void *sstate)
|
|||
|
||||
state->desired_bytes2 = bytes2;
|
||||
|
||||
/* Ugly dependance between getquant and getintra */
|
||||
/* Ugly dependence between getquant and getintra */
|
||||
intra = state->getintra(state);
|
||||
|
||||
if(intra) {
|
||||
|
|
Loading…
Reference in New Issue