mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 23:32:36 +08:00
cosmetics: minor libavcodec spelling errors
Also update some common misspelled words in patcheck Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
0692d4c890
commit
6851130fd6
@ -1709,7 +1709,7 @@ static enum CodecID remap_deprecated_codec_id(enum CodecID id)
|
||||
{
|
||||
switch(id){
|
||||
//This is for future deprecatec codec ids, its empty since
|
||||
//last major bump but will fill up again over time, please dont remove it
|
||||
//last major bump but will fill up again over time, please don't remove it
|
||||
// case CODEC_ID_UTVIDEO_DEPRECATED: return CODEC_ID_UTVIDEO;
|
||||
default : return id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user