comparison qdm2.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 8e63d869a904
children 0f63fc62ea8b
comparison
equal deleted inserted replaced
6711:78c7765d9618 6712:5b3acf9fd50a
2036 .id = CODEC_ID_QDM2, 2036 .id = CODEC_ID_QDM2,
2037 .priv_data_size = sizeof(QDM2Context), 2037 .priv_data_size = sizeof(QDM2Context),
2038 .init = qdm2_decode_init, 2038 .init = qdm2_decode_init,
2039 .close = qdm2_decode_close, 2039 .close = qdm2_decode_close,
2040 .decode = qdm2_decode_frame, 2040 .decode = qdm2_decode_frame,
2041 .long_name = "QDesign Music Codec 2",
2041 }; 2042 };