diff options
author | Stefano Sabatini | 2008-04-29 21:31:21 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-04-29 21:31:21 +0000 |
commit | bcdb2378f77daa2e7cf21039bb6247c197af8e0c (patch) | |
tree | 6d2ab5893d5ea99144203d9c98931fd12891cf5d /libavcodec/sgidec.c | |
parent | 0dfea024e16961a8f3d96ea818a2d5bd5a35d804 (diff) |
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
Diffstat (limited to 'libavcodec/sgidec.c')
-rw-r--r-- | libavcodec/sgidec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c index 476bb6a085..34f949dd23 100644 --- a/libavcodec/sgidec.c +++ b/libavcodec/sgidec.c @@ -263,5 +263,6 @@ AVCodec sgi_decoder = { NULL, sgi_end, decode_frame, + .long_name = "SGI image", }; |