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
@@ -257,5 +257,6 @@ AVCodec bmp_decoder = {
|
||||
bmp_decode_init,
|
||||
NULL,
|
||||
bmp_decode_end,
|
||||
bmp_decode_frame
|
||||
bmp_decode_frame,
|
||||
.long_name = "BMP image",
|
||||
};
|
||||
|
Reference in New Issue
Block a user