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:
Stefano Sabatini
2008-04-29 21:31:21 +00:00
committed by Diego Biurrun
parent 0dfea024e1
commit bcdb2378f7
20 changed files with 39 additions and 13 deletions

View File

@@ -263,5 +263,6 @@ AVCodec sgi_decoder = {
NULL,
sgi_end,
decode_frame,
.long_name = "SGI image",
};