comparison mlpdec.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 e9d9d946f213
children 5b4f4d83431f
comparison
equal deleted inserted replaced
9082:ac81b12341d0 9083:bf274494b66e
1045 sizeof(MLPDecodeContext), 1045 sizeof(MLPDecodeContext),
1046 mlp_decode_init, 1046 mlp_decode_init,
1047 NULL, 1047 NULL,
1048 NULL, 1048 NULL,
1049 read_access_unit, 1049 read_access_unit,
1050 .long_name = NULL_IF_CONFIG_SMALL("Meridian Lossless Packing"), 1050 .long_name = NULL_IF_CONFIG_SMALL("MLP (Meridian Lossless Packing)/TrueHD"),
1051 }; 1051 };
1052 1052