comparison matroska.h @ 2620:792383dd085e libavformat

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 1fdb025071d8
children 37484d332087
comparison
equal deleted inserted replaced
2619:ed220a21ffa5 2620:792383dd085e
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 MATROSKA_H 22 #ifndef FFMPEG_MATROSKA_H
23 #define MATROSKA_H 23 #define FFMPEG_MATROSKA_H
24 24
25 #include "avcodec.h" 25 #include "avcodec.h"
26 26
27 /* EBML version supported */ 27 /* EBML version supported */
28 #define EBML_VERSION 1 28 #define EBML_VERSION 1
192 /* max. depth in the EBML tree structure */ 192 /* max. depth in the EBML tree structure */
193 #define EBML_MAX_DEPTH 16 193 #define EBML_MAX_DEPTH 16
194 194
195 extern CodecTags ff_mkv_codec_tags[]; 195 extern CodecTags ff_mkv_codec_tags[];
196 196
197 #endif /* MATROSKA_H */ 197 #endif /* FFMPEG_MATROSKA_H */