Mercurial > libavcodec.hg
changeset 6711:78c7765d9618 libavcodec
Make 8SVX codec names just a single word for consistency with other codec names.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
author | diego |
---|---|
date | Sun, 27 Apr 2008 22:19:02 +0000 |
parents | a4104482ceef |
children | 5b3acf9fd50a |
files | 8svx.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/8svx.c Sun Apr 27 10:52:44 2008 +0000 +++ b/8svx.c Sun Apr 27 22:19:02 2008 +0000 @@ -90,7 +90,7 @@ } AVCodec eightsvx_fib_decoder = { - .name = "8svx fibonacci decoder", + .name = "8svx_fib", .type = CODEC_TYPE_AUDIO, .id = CODEC_ID_8SVX_FIB, .priv_data_size = sizeof (EightSvxContext), @@ -100,7 +100,7 @@ }; AVCodec eightsvx_exp_decoder = { - .name = "8svx exponential decoder", + .name = "8svx_exp", .type = CODEC_TYPE_AUDIO, .id = CODEC_ID_8SVX_EXP, .priv_data_size = sizeof (EightSvxContext),