comparison libao2/ao_mpegpes.c @ 28823:9a5b8c2ed6de

Make ao_info_t structs const.
author reimar
date Fri, 06 Mar 2009 19:43:12 +0000
parents e45b08f2f5d3
children 0f1b5b68af32
comparison
equal deleted inserted replaced
28822:2c00a46b99c8 28823:9a5b8c2ed6de
61 extern int vo_mpegpes_fd; 61 extern int vo_mpegpes_fd;
62 int vo_mpegpes_fd2 = -1; 62 int vo_mpegpes_fd2 = -1;
63 63
64 #include <errno.h> 64 #include <errno.h>
65 65
66 static ao_info_t info = 66 static const ao_info_t info =
67 { 67 {
68 #ifdef CONFIG_DVB 68 #ifdef CONFIG_DVB
69 "DVB audio output", 69 "DVB audio output",
70 #else 70 #else
71 "MPEG-PES audio output", 71 "MPEG-PES audio output",