mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-17 11:45:11 +08:00
Change all occurences of "inofficial" to "unofficial" in code, comments
and options. Keep old options until next major version bump. Patch by Rodney Baker, rodney d baker a iinet d net d au Originally committed as revision 24021 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Carl Eugen Hoyos

parent
a07a06b033
commit
2d525ef483
2
ffmpeg.c
2
ffmpeg.c
@ -688,7 +688,7 @@ static void choose_pixel_fmt(AVStream *st, AVCodec *codec)
|
||||
}
|
||||
if(*p == -1
|
||||
&& !( st->codec->codec_id==CODEC_ID_MJPEG
|
||||
&& st->codec->strict_std_compliance <= FF_COMPLIANCE_INOFFICIAL
|
||||
&& st->codec->strict_std_compliance <= FF_COMPLIANCE_UNOFFICIAL
|
||||
&& ( st->codec->pix_fmt == PIX_FMT_YUV420P
|
||||
|| st->codec->pix_fmt == PIX_FMT_YUV422P)))
|
||||
st->codec->pix_fmt = codec->pix_fmts[0];
|
||||
|
Reference in New Issue
Block a user