comparison tta.c @ 6722:6eeb19edcee3 libavcodec

Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Tue, 29 Apr 2008 21:31:21 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6721:1c3bcb60bed4 6722:6eeb19edcee3
441 sizeof(TTAContext), 441 sizeof(TTAContext),
442 tta_decode_init, 442 tta_decode_init,
443 NULL, 443 NULL,
444 tta_decode_close, 444 tta_decode_close,
445 tta_decode_frame, 445 tta_decode_frame,
446 .long_name = "True Audio",
446 }; 447 };