diff options
author | Martin Storsjö <martin@martin.st> | 2010-03-25 07:13:20 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-03-25 07:13:20 +0000 |
commit | ddbeb95447d237bd82a2234d15561ae2eeb88a4c (patch) | |
tree | bbaa9247dd0c8094b6489cd3b09cf7964d521ec3 /libavformat/internal.h | |
parent | bd01c39330280313eebab7594168cae6180a6aef (diff) | |
download | ffmpeg-ddbeb95447d237bd82a2234d15561ae2eeb88a4c.tar.gz |
Add a lowercase parameter to ff_data_to_hex
Originally committed as revision 22665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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); |