summaryrefslogtreecommitdiffstats
path: root/libavcodec/proresenc_anatoliy.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-11 22:47:27 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-11 23:13:34 +0200
commitb3c399621267cb904e282899dcad729d9596d464 (patch)
tree120fac557511352ac8abdca7872fc2765f3e8f11 /libavcodec/proresenc_anatoliy.c
parentd980641ec4a93d974acbfc939f2ad12273f03c51 (diff)
downloadffmpeg-streaming-b3c399621267cb904e282899dcad729d9596d464.zip
ffmpeg-streaming-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 'libavcodec/proresenc_anatoliy.c')
-rw-r--r--libavcodec/proresenc_anatoliy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/proresenc_anatoliy.c b/libavcodec/proresenc_anatoliy.c
index 7bf71a3..ccd0392 100644
--- a/libavcodec/proresenc_anatoliy.c
+++ b/libavcodec/proresenc_anatoliy.c
@@ -597,8 +597,8 @@ static av_cold int prores_encode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_prores_anatoliy_encoder = {
- .name = "prores_anatoliy",
+AVCodec ff_prores_aw_encoder = {
+ .name = "prores_aw",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_PRORES,
.priv_data_size = sizeof(ProresContext),
OpenPOWER on IntegriCloud