Mercurial > libavcodec.hg
comparison lcldec.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 | 48759bfbd073 |
children | e943e1409077 |
comparison
equal
deleted
inserted
replaced
6711:78c7765d9618 | 6712:5b3acf9fd50a |
---|---|
695 decode_init, | 695 decode_init, |
696 NULL, | 696 NULL, |
697 decode_end, | 697 decode_end, |
698 decode_frame, | 698 decode_frame, |
699 CODEC_CAP_DR1, | 699 CODEC_CAP_DR1, |
700 .long_name ="LCL (LossLess Codec Library) MSZH", | |
700 }; | 701 }; |
701 #endif | 702 #endif |
702 | 703 |
703 #ifdef CONFIG_ZLIB_DECODER | 704 #ifdef CONFIG_ZLIB_DECODER |
704 AVCodec zlib_decoder = { | 705 AVCodec zlib_decoder = { |
709 decode_init, | 710 decode_init, |
710 NULL, | 711 NULL, |
711 decode_end, | 712 decode_end, |
712 decode_frame, | 713 decode_frame, |
713 CODEC_CAP_DR1, | 714 CODEC_CAP_DR1, |
715 .long_name ="LCL (LossLess Codec Library) ZLIB", | |
714 }; | 716 }; |
715 #endif | 717 #endif |