comparison cavsdec.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 042a48b6de72
children e716466d3665
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
697 NULL, 697 NULL,
698 ff_cavs_end, 698 ff_cavs_end,
699 cavs_decode_frame, 699 cavs_decode_frame,
700 CODEC_CAP_DR1 | CODEC_CAP_DELAY, 700 CODEC_CAP_DR1 | CODEC_CAP_DELAY,
701 .flush= cavs_flush, 701 .flush= cavs_flush,
702 .long_name= "Chinese AVS video (AVS1-P2, JiZhun profile)",
702 }; 703 };