comparison swf.h @ 3852:1b6245500d8c libavformat

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents e77025bff589
children 549a09cf23fe
comparison
equal deleted inserted replaced
3851:9b3ad7f292a4 3852:1b6245500d8c
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #ifndef FFMPEG_SWF_H 23 #ifndef AVFORMAT_SWF_H
24 #define FFMPEG_SWF_H 24 #define AVFORMAT_SWF_H
25 25
26 #include "libavutil/fifo.h" 26 #include "libavutil/fifo.h"
27 #include "avformat.h" 27 #include "avformat.h"
28 #include "avio.h" 28 #include "avio.h"
29 #include "riff.h" /* for CodecTag */ 29 #include "riff.h" /* for CodecTag */
92 {CODEC_ID_PCM_S16LE, 0x03}, 92 {CODEC_ID_PCM_S16LE, 0x03},
93 //{CODEC_ID_NELLYMOSER, 0x06}, 93 //{CODEC_ID_NELLYMOSER, 0x06},
94 {0, 0}, 94 {0, 0},
95 }; 95 };
96 96
97 #endif /* FFMPEG_SWF_H */ 97 #endif /* AVFORMAT_SWF_H */