comparison ac3dec.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 a409fbf1f42b
children f7cbb7733146
comparison
equal deleted inserted replaced
6711:78c7765d9618 6712:5b3acf9fd50a
1218 .id = CODEC_ID_AC3, 1218 .id = CODEC_ID_AC3,
1219 .priv_data_size = sizeof (AC3DecodeContext), 1219 .priv_data_size = sizeof (AC3DecodeContext),
1220 .init = ac3_decode_init, 1220 .init = ac3_decode_init,
1221 .close = ac3_decode_end, 1221 .close = ac3_decode_end,
1222 .decode = ac3_decode_frame, 1222 .decode = ac3_decode_frame,
1223 .long_name = "ATSC A/52 / AC-3",
1223 }; 1224 };