comparison nut.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 74fbde8871c4
children a5c615b9d8ec
comparison
equal deleted inserted replaced
3851:9b3ad7f292a4 3852:1b6245500d8c
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 FFMPEG_NUT_H 22 #ifndef AVFORMAT_NUT_H
23 #define FFMPEG_NUT_H 23 #define AVFORMAT_NUT_H
24 24
25 //#include <limits.h> 25 //#include <limits.h>
26 //#include "libavutil/adler32.h" 26 //#include "libavutil/adler32.h"
27 //#include "libavcodec/mpegaudio.h" 27 //#include "libavcodec/mpegaudio.h"
28 #include "avformat.h" 28 #include "avformat.h"
110 int ff_nut_sp_pts_cmp(syncpoint_t *a, syncpoint_t *b); 110 int ff_nut_sp_pts_cmp(syncpoint_t *a, syncpoint_t *b);
111 void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts); 111 void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts);
112 112
113 extern const Dispositions ff_nut_dispositions[]; 113 extern const Dispositions ff_nut_dispositions[];
114 114
115 #endif /* FFMPEG_NUT_H */ 115 #endif /* AVFORMAT_NUT_H */