comparison smc.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
482 smc_decode_init, 482 smc_decode_init,
483 NULL, 483 NULL,
484 smc_decode_end, 484 smc_decode_end,
485 smc_decode_frame, 485 smc_decode_frame,
486 CODEC_CAP_DR1, 486 CODEC_CAP_DR1,
487 .long_name = "QuickTime Graphics (SMC)",
487 }; 488 };