comparison xiph.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 3fd46e281bd8
children f7cbb7733146
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
16 * You should have received a copy of the GNU Lesser General Public 16 * You should have received a copy of the GNU Lesser General Public
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef AVCODEC_XIPH_H 21 #ifndef FFMPEG_XIPH_H
22 #define AVCODEC_XIPH_H 22 #define FFMPEG_XIPH_H
23 23
24 #include "common.h" 24 #include "common.h"
25 25
26 /** 26 /**
27 * Splits a single extradata buffer into the three headers that most 27 * Splits a single extradata buffer into the three headers that most
38 */ 38 */
39 int ff_split_xiph_headers(uint8_t *extradata, int extradata_size, 39 int ff_split_xiph_headers(uint8_t *extradata, int extradata_size,
40 int first_header_size, uint8_t *header_start[3], 40 int first_header_size, uint8_t *header_start[3],
41 int header_len[3]); 41 int header_len[3]);
42 42
43 #endif // AVCODEC_XIPH_H 43 #endif /* FFMPEG_XIPH_H */