From ddbeb95447d237bd82a2234d15561ae2eeb88a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Thu, 25 Mar 2010 07:13:20 +0000 Subject: Add a lowercase parameter to ff_data_to_hex Originally committed as revision 22665 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index 1110ce8312..822b7c6eba 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -24,7 +24,7 @@ #include #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); -- cgit v1.2.3