comparison internal.h @ 3981:ff78dd8e198a libavformat

Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com.
author diego
date Sat, 04 Oct 2008 11:20:02 +0000
parents 1b6245500d8c
children 59db9e761b38
comparison
equal deleted inserted replaced
3980:566758832da5 3981:ff78dd8e198a
19 */ 19 */
20 20
21 #ifndef AVFORMAT_INTERNAL_H 21 #ifndef AVFORMAT_INTERNAL_H
22 #define AVFORMAT_INTERNAL_H 22 #define AVFORMAT_INTERNAL_H
23 23
24 #include <stdint.h>
25
24 char *ff_data_to_hex(char *buf, const uint8_t *src, int size); 26 char *ff_data_to_hex(char *buf, const uint8_t *src, int size);
25 27
26 #endif /* AVFORMAT_INTERNAL_H */ 28 #endif /* AVFORMAT_INTERNAL_H */