mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 15:07:12 +08:00
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user