mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 07:05:24 +08:00
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
@ -243,5 +243,6 @@ AVCodec pcx_decoder = {
|
||||
pcx_end,
|
||||
pcx_decode_frame,
|
||||
0,
|
||||
NULL
|
||||
NULL,
|
||||
.long_name = "PC Paintbrush PCX image",
|
||||
};
|
||||
|
Reference in New Issue
Block a user