# HG changeset patch # User jbr # Date 1235960731 0 # Node ID ac81b12341d054b9767c23c0d7649b8d3cd538b4 # Parent 06fd12c6b7e6bf62ff5c0384901a08fbecf34bca Add some missing codecs and update names to match the codec long_name or vice-versa. diff -r 06fd12c6b7e6 -r ac81b12341d0 tta.c --- a/tta.c Sun Mar 01 23:41:39 2009 +0000 +++ b/tta.c Mon Mar 02 02:25:31 2009 +0000 @@ -443,5 +443,5 @@ NULL, tta_decode_close, tta_decode_frame, - .long_name = NULL_IF_CONFIG_SMALL("True Audio"), + .long_name = NULL_IF_CONFIG_SMALL("True Audio (TTA)"), };