comparison libdirac_libschro.h @ 7760:c4a4495715dd libavcodec

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 238a3511f183
children e9d9d946f213
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
21 /** 21 /**
22 * @file libdirac_libschro.h 22 * @file libdirac_libschro.h
23 * data structures common to libdirac and libschroedinger 23 * data structures common to libdirac and libschroedinger
24 */ 24 */
25 25
26 #ifndef FFMPEG_LIBDIRAC_LIBSCHRO_H 26 #ifndef AVCODEC_LIBDIRAC_LIBSCHRO_H
27 #define FFMPEG_LIBDIRAC_LIBSCHRO_H 27 #define AVCODEC_LIBDIRAC_LIBSCHRO_H
28 28
29 #include "avcodec.h" 29 #include "avcodec.h"
30 30
31 typedef struct 31 typedef struct
32 { 32 {
104 * free any resources allocated by the caller. The data field of the queue 104 * free any resources allocated by the caller. The data field of the queue
105 * element is passed to it. 105 * element is passed to it.
106 */ 106 */
107 void ff_dirac_schro_queue_free(FfmpegDiracSchroQueue *queue, 107 void ff_dirac_schro_queue_free(FfmpegDiracSchroQueue *queue,
108 void (*free_func)(void *)); 108 void (*free_func)(void *));
109 #endif /* FFMPEG_LIBDIRAC_LIBSCHRO_H */ 109 #endif /* AVCODEC_LIBDIRAC_LIBSCHRO_H */