comparison dnxhddata.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 8b6fe123be88
children bb4b486c6775
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
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 AVCODEC_DNXHDDATA_H 22 #ifndef FFMPEG_DNXHDDATA_H
23 #define AVCODEC_DNXHDDATA_H 23 #define FFMPEG_DNXHDDATA_H
24 24
25 #include <stdint.h> 25 #include <stdint.h>
26 26
27 typedef struct { 27 typedef struct {
28 int cid; 28 int cid;
43 43
44 extern const CIDEntry ff_dnxhd_cid_table[]; 44 extern const CIDEntry ff_dnxhd_cid_table[];
45 45
46 int ff_dnxhd_get_cid_table(int cid); 46 int ff_dnxhd_get_cid_table(int cid);
47 47
48 #endif // AVCODEC_DNXHDDATA_H 48 #endif /* FFMPEG_DNXHDDATA_H */