Mercurial > libavcodec.hg
diff mace.c @ 6710:a4104482ceef libavcodec
Add long names to many AVCodec declarations.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
| author | diego |
|---|---|
| date | Sun, 27 Apr 2008 10:52:44 +0000 |
| parents | 48759bfbd073 |
| children | e943e1409077 |
line wrap: on
line diff
--- a/mace.c Sun Apr 27 10:01:07 2008 +0000 +++ b/mace.c Sun Apr 27 10:52:44 2008 +0000 @@ -437,6 +437,7 @@ NULL, NULL, mace_decode_frame, + .long_name = "MACE (Macintosh Audio Compression/Expansion) 3:1", }; AVCodec mace6_decoder = { @@ -448,5 +449,6 @@ NULL, NULL, mace_decode_frame, + .long_name = "MACE (Macintosh Audio Compression/Expansion) 6:1", };
