diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-11 22:47:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-11 23:13:34 +0200 |
commit | b3c399621267cb904e282899dcad729d9596d464 (patch) | |
tree | 120fac557511352ac8abdca7872fc2765f3e8f11 /tests/fate | |
parent | d980641ec4a93d974acbfc939f2ad12273f03c51 (diff) | |
download | ffmpeg-b3c399621267cb904e282899dcad729d9596d464.tar.gz |
avcodec: rename prores encoders
Using the first names of authors sounds somewhat unprofessional
and might be considered offensive which is not intended.
The new names use the initials of the authors due to simplicity
and the possibility to apply it consistently without the need
to find political correct names for each future case where
alternative codecs might exist. Also its shorter ...
If someone has a better idea, like maybe 2 random letters
and people prefer it then iam happy to switch to that ...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/vcodec.mak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index fbbe4a44d9..5ddee19fe0 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -202,11 +202,11 @@ fate-vsynth%-mpng: CODEC = png FATE_VCODEC-$(call ENCDEC, MSVIDEO1, AVI) += msvideo1 -FATE_VCODEC-$(call ENCDEC, PRORES, MOV) += prores prores_kostya +FATE_VCODEC-$(call ENCDEC, PRORES, MOV) += prores prores_ks fate-vsynth%-prores: FMT = mov -fate-vsynth%-prores_kostya: ENCOPTS = -profile hq -fate-vsynth%-prores_kostya: FMT = mov +fate-vsynth%-prores_ks: ENCOPTS = -profile hq +fate-vsynth%-prores_ks: FMT = mov FATE_VCODEC-$(call ENCDEC, QTRLE, MOV) += qtrle qtrlegray fate-vsynth%-qtrle: FMT = mov |