Mercurial > mplayer.hg
comparison libmpcodecs/vd_lzo.c @ 30504:cc27da5d7286
Mark all ad_info_t/vd_info_t structure declarations as const.
author | diego |
---|---|
date | Fri, 12 Feb 2010 16:29:34 +0000 |
parents | bbb6ebec87a0 |
children | 64ba1daa147a |
comparison
equal
deleted
inserted
replaced
30503:53be04353b90 | 30504:cc27da5d7286 |
---|---|
25 #include "vd_internal.h" | 25 #include "vd_internal.h" |
26 #include "libavutil/lzo.h" | 26 #include "libavutil/lzo.h" |
27 | 27 |
28 #define MOD_NAME "DecLZO" | 28 #define MOD_NAME "DecLZO" |
29 | 29 |
30 static vd_info_t info = { | 30 static const vd_info_t info = { |
31 "LZO compressed Video", | 31 "LZO compressed Video", |
32 "lzo", | 32 "lzo", |
33 "Tilmann Bitterberg", | 33 "Tilmann Bitterberg", |
34 "Transcode development team <http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/>", | 34 "Transcode development team <http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/>", |
35 "based on liblzo: http://www.oberhumer.com/opensource/lzo/" | 35 "based on liblzo: http://www.oberhumer.com/opensource/lzo/" |