comparison mpegts.h @ 2620:792383dd085e libavformat

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 18074bcfb54d
children f982a5a75e40
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 AVFORMAT_MPEGTS_H 22 #ifndef FFMPEG_MPEGTS_H
23 #define AVFORMAT_MPEGTS_H 23 #define FFMPEG_MPEGTS_H
24 24
25 #include "avformat.h" 25 #include "avformat.h"
26 26
27 #define TS_FEC_PACKET_SIZE 204 27 #define TS_FEC_PACKET_SIZE 204
28 #define TS_DVHS_PACKET_SIZE 192 28 #define TS_DVHS_PACKET_SIZE 192
63 MpegTSContext *mpegts_parse_open(AVFormatContext *s); 63 MpegTSContext *mpegts_parse_open(AVFormatContext *s);
64 int mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt, 64 int mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt,
65 const uint8_t *buf, int len); 65 const uint8_t *buf, int len);
66 void mpegts_parse_close(MpegTSContext *ts); 66 void mpegts_parse_close(MpegTSContext *ts);
67 67
68 #endif /* AVFORMAT_MPEGTS_H */ 68 #endif /* FFMPEG_MPEGTS_H */