comparison h261dec.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 01647ac078a7
children 778ecab25dd8
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
645 h261_decode_init, 645 h261_decode_init,
646 NULL, 646 NULL,
647 h261_decode_end, 647 h261_decode_end,
648 h261_decode_frame, 648 h261_decode_frame,
649 CODEC_CAP_DR1, 649 CODEC_CAP_DR1,
650 .long_name = "H.261",
650 }; 651 };