Mercurial > libavcodec.hg
comparison targaenc.c @ 6722:6eeb19edcee3 libavcodec
Add long names to some AVCodec declarations.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
author | diego |
---|---|
date | Tue, 29 Apr 2008 21:31:21 +0000 |
parents | 48759bfbd073 |
children | 7fea187c80b0 |
comparison
equal
deleted
inserted
replaced
6721:1c3bcb60bed4 | 6722:6eeb19edcee3 |
---|---|
144 .id = CODEC_ID_TARGA, | 144 .id = CODEC_ID_TARGA, |
145 .priv_data_size = 0, | 145 .priv_data_size = 0, |
146 .init = targa_encode_init, | 146 .init = targa_encode_init, |
147 .encode = targa_encode_frame, | 147 .encode = targa_encode_frame, |
148 .pix_fmts= (enum PixelFormat[]){PIX_FMT_BGR24, PIX_FMT_RGB555, PIX_FMT_GRAY8, -1}, | 148 .pix_fmts= (enum PixelFormat[]){PIX_FMT_BGR24, PIX_FMT_RGB555, PIX_FMT_GRAY8, -1}, |
149 .long_name= "Truevision Targa image", | |
149 }; | 150 }; |