comparison av_opts.h @ 28324:36321e2ba25a

Add missing multiple inclusion guards.
author diego
date Sun, 25 Jan 2009 20:10:36 +0000
parents e37323667348
children
comparison
equal deleted inserted replaced
28323:99c49467ebbc 28324:36321e2ba25a
17 * You should have received a copy of the GNU General Public License along 17 * You should have received a copy of the GNU General Public License along
18 * with MPlayer; if not, write to the Free Software Foundation, Inc., 18 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 */ 20 */
21 21
22 #ifndef MPLAYER_AV_OPTS_H
23 #define MPLAYER_AV_OPTS_H
24
22 /** 25 /**
23 * Parses str and sets AVOptions in v accordingly. 26 * Parses str and sets AVOptions in v accordingly.
24 */ 27 */
25 int parse_avopts(void *v, char *str); 28 int parse_avopts(void *v, char *str);
29
30 #endif /* MPLAYER_AV_OPTS_H */