comparison opt.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 4623928e3b9e
children 72bb141d9c05
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef AVOPT_H 22 #ifndef FFMPEG_OPT_H
23 #define AVOPT_H 23 #define FFMPEG_OPT_H
24 24
25 /** 25 /**
26 * @file opt.h 26 * @file opt.h
27 * AVOptions 27 * AVOptions
28 */ 28 */
82 const AVOption *av_next_option(void *obj, const AVOption *last); 82 const AVOption *av_next_option(void *obj, const AVOption *last);
83 int av_opt_show(void *obj, void *av_log_obj); 83 int av_opt_show(void *obj, void *av_log_obj);
84 void av_opt_set_defaults(void *s); 84 void av_opt_set_defaults(void *s);
85 void av_opt_set_defaults2(void *s, int mask, int flags); 85 void av_opt_set_defaults2(void *s, int mask, int flags);
86 86
87 #endif 87 #endif /* FFMPEG_OPT_H */