diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-04-29 07:11:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-29 07:11:59 +0000 |
commit | 9d82d6cbba2518b2e87de4468c309a9bfaa59057 (patch) | |
tree | d3c2fbf8192ae1753545dc88d55ba0daa6ed66ed /libavcodec/atrac3.c | |
parent | b88e657628062492aacea9bfc200a3f61649ec43 (diff) | |
download | ffmpeg-9d82d6cbba2518b2e87de4468c309a9bfaa59057.tar.gz |
Transform codec names into single words.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13016 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/atrac3.c')
-rw-r--r-- | libavcodec/atrac3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c index 2f964b7183..cfbaf7acc3 100644 --- a/libavcodec/atrac3.c +++ b/libavcodec/atrac3.c @@ -1058,7 +1058,7 @@ static int atrac3_decode_init(AVCodecContext *avctx) AVCodec atrac3_decoder = { - .name = "atrac 3", + .name = "atrac3", .type = CODEC_TYPE_AUDIO, .id = CODEC_ID_ATRAC3, .priv_data_size = sizeof(ATRAC3Context), |