diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-04-29 21:31:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-29 21:31:21 +0000 |
commit | bcdb2378f77daa2e7cf21039bb6247c197af8e0c (patch) | |
tree | 6d2ab5893d5ea99144203d9c98931fd12891cf5d /libavcodec/sunrast.c | |
parent | 0dfea024e16961a8f3d96ea818a2d5bd5a35d804 (diff) | |
download | ffmpeg-bcdb2378f77daa2e7cf21039bb6247c197af8e0c.tar.gz |
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/sunrast.c')
-rw-r--r-- | libavcodec/sunrast.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/sunrast.c b/libavcodec/sunrast.c index 1960073ab4..3bb1998f24 100644 --- a/libavcodec/sunrast.c +++ b/libavcodec/sunrast.c @@ -191,5 +191,6 @@ AVCodec sunrast_decoder = { sunrast_end, sunrast_decode_frame, 0, - NULL + NULL, + .long_name = "Sun Rasterfile image", }; |