Add long names to some AVCodec declarations.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Diego Biurrun

parent
0dfea024e1
commit
bcdb2378f7
@@ -152,5 +152,6 @@ AVCodec sgi_encoder = {
|
||||
encode_frame,
|
||||
NULL,
|
||||
.pix_fmts= (enum PixelFormat[]){PIX_FMT_RGB24, PIX_FMT_RGBA, PIX_FMT_PAL8, PIX_FMT_GRAY8, -1},
|
||||
.long_name= "SGI image",
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user