Mercurial > libavcodec.hg
changeset 6716:aa09311685b2 libavcodec
Transform codec names into single words.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
author | diego |
---|---|
date | Tue, 29 Apr 2008 07:11:59 +0000 |
parents | 273dd370ccbd |
children | 5df0c730234d |
files | atrac3.c mpc7.c mpc8.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/atrac3.c Tue Apr 29 01:29:35 2008 +0000 +++ b/atrac3.c Tue Apr 29 07:11:59 2008 +0000 @@ -1058,7 +1058,7 @@ AVCodec atrac3_decoder = { - .name = "atrac 3", + .name = "atrac3", .type = CODEC_TYPE_AUDIO, .id = CODEC_ID_ATRAC3, .priv_data_size = sizeof(ATRAC3Context),