diff 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
line wrap: on
line diff
--- a/internal.h	Wed Mar 24 23:06:58 2010 +0000
+++ b/internal.h	Thu Mar 25 07:13:20 2010 +0000
@@ -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);