comparison nellymoserenc.c @ 9083:bf274494b66e libavcodec

Change a bunch of codec long_names to be more consistent and descriptive.
author diego
date Mon, 02 Mar 2009 05:18:33 +0000
parents 6a1ef00ca991
children 4cb7c65fc775
comparison
equal deleted inserted replaced
9082:ac81b12341d0 9083:bf274494b66e
388 .priv_data_size = sizeof(NellyMoserEncodeContext), 388 .priv_data_size = sizeof(NellyMoserEncodeContext),
389 .init = encode_init, 389 .init = encode_init,
390 .encode = encode_frame, 390 .encode = encode_frame,
391 .close = encode_end, 391 .close = encode_end,
392 .capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY, 392 .capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY,
393 .long_name = NULL_IF_CONFIG_SMALL("Nellymoser Asao Codec"), 393 .long_name = NULL_IF_CONFIG_SMALL("Nellymoser Asao"),
394 }; 394 };