Add a lowercase parameter to ff_data_to_hex

Originally committed as revision 22665 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö
2010-03-25 07:13:20 +00:00
parent bd01c39330
commit ddbeb95447
4 changed files with 10 additions and 6 deletions

View File

@ -24,7 +24,7 @@
#include <stdint.h>
#include "avformat.h"
char *ff_data_to_hex(char *buf, const uint8_t *src, int size);
char *ff_data_to_hex(char *buf, const uint8_t *src, int size, int lowercase);
void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);