comparison escape124.c @ 6710:a4104482ceef libavcodec

Add long names to many AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 10:52:44 +0000
parents 8300baeb2b5f
children e943e1409077
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
378 escape124_decode_init, 378 escape124_decode_init,
379 NULL, 379 NULL,
380 escape124_decode_close, 380 escape124_decode_close,
381 escape124_decode_frame, 381 escape124_decode_frame,
382 CODEC_CAP_DR1, 382 CODEC_CAP_DR1,
383 .long_name = "Escape 124",
383 }; 384 };
384 385