• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • Examples
  • File List
  • Globals

libavformat/smjpeg.h

Go to the documentation of this file.
00001 /*
00002  * SMJPEG common code
00003  * Copyright (c) 2011-2012 Paul B Mahol
00004  *
00005  * This file is part of Libav.
00006  *
00007  * Libav is free software; you can redistribute it and/or
00008  * modify it under the terms of the GNU Lesser General Public
00009  * License as published by the Free Software Foundation; either
00010  * version 2.1 of the License, or (at your option) any later version.
00011  *
00012  * Libav is distributed in the hope that it will be useful,
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015  * Lesser General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU Lesser General Public
00018  * License along with Libav; if not, write to the Free Software
00019  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
00020  */
00021 
00027 #ifndef AVFORMAT_SMJPEG_H
00028 #define AVFORMAT_SMJPEG_H
00029 
00030 #include "internal.h"
00031 
00032 #define SMJPEG_MAGIC "\x0\xaSMJPEG"
00033 
00034 #define SMJPEG_DONE     MKTAG('D', 'O', 'N', 'E')
00035 #define SMJPEG_HEND     MKTAG('H', 'E', 'N', 'D')
00036 #define SMJPEG_SND      MKTAG('_', 'S', 'N', 'D')
00037 #define SMJPEG_SNDD     MKTAG('s', 'n', 'd', 'D')
00038 #define SMJPEG_TXT      MKTAG('_', 'T', 'X', 'T')
00039 #define SMJPEG_VID      MKTAG('_', 'V', 'I', 'D')
00040 #define SMJPEG_VIDD     MKTAG('v', 'i', 'd', 'D')
00041 
00042 extern const AVCodecTag ff_codec_smjpeg_video_tags[];
00043 extern const AVCodecTag ff_codec_smjpeg_audio_tags[];
00044 
00045 #endif /* AVFORMAT_SMJPEG_H */
Generated on Sat Mar 17 2012 12:57:55 for Libav by doxygen 1.7.1