comparison internal.h @ 5883:fd37c39041cd libavformat

Add a lowercase parameter to ff_data_to_hex
author mstorsjo
date Thu, 25 Mar 2010 07:13:20 +0000
parents cf00e196666a
children 28ca2d77f997
comparison
equal deleted inserted replaced
5882:005108a85bc3 5883:fd37c39041cd
22 #define AVFORMAT_INTERNAL_H 22 #define AVFORMAT_INTERNAL_H
23 23
24 #include <stdint.h> 24 #include <stdint.h>
25 #include "avformat.h" 25 #include "avformat.h"
26 26
27 char *ff_data_to_hex(char *buf, const uint8_t *src, int size); 27 char *ff_data_to_hex(char *buf, const uint8_t *src, int size, int lowercase);
28 28
29 void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx); 29 void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
30 30
31 /** 31 /**
32 * Add packet to AVFormatContext->packet_buffer list, determining its 32 * Add packet to AVFormatContext->packet_buffer list, determining its