[FFmpeg-devel] a64 encoder 7th round

Benoit Fouet benoit.fouet
Tue Jan 27 09:00:48 CET 2009


On 01/27/2009 08:05 AM, Bitbreaker/METALVOTZE wrote:
>>> +AVCodec a64multi_encoder = {
>>> +    .name = "a64multi",
>>> +    .type = CODEC_TYPE_VIDEO,
>>> +    .id = CODEC_ID_A64_MULTI,
>>> +    .priv_data_size = sizeof(A64Context),
>>> +    .init = a64multi_init_encoder,
>>> +    .encode = a64multi_encode_frame,
>>> +    .close = a64multi_close_encoder,
>>> +    .pix_fmts = (enum PixelFormat[]) {PIX_FMT_GRAY8, PIX_FMT_NONE},
>>> +    .long_name = NULL_IF_CONFIG_SMALL("Multicolor charset for Commodore 64"),
>>> +    .capabilities = CODEC_CAP_DELAY,
>>> +};
>>>       
>> can be vertically aligned so = is at the same spot
>>     
>
> All the examples i saw so far didn't do any alignment here (inlcuding 
> the codec howto in the wiki)

fixed, thanks for noticing

Ben





More information about the ffmpeg-devel mailing list