mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 15:50:18 +00:00
Also print GUIDs as shown in the Windows registry to ease debugging.
This commit is contained in:
parent
ea5423a017
commit
7f6515e491
@ -91,10 +91,13 @@ typedef struct AVCodecGuid {
|
|||||||
extern const AVCodecGuid ff_codec_wav_guids[];
|
extern const AVCodecGuid ff_codec_wav_guids[];
|
||||||
|
|
||||||
#define FF_PRI_GUID \
|
#define FF_PRI_GUID \
|
||||||
"%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x"
|
"%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x " \
|
||||||
|
"{%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}"
|
||||||
|
|
||||||
#define FF_ARG_GUID(g) \
|
#define FF_ARG_GUID(g) \
|
||||||
g[0], g[1], g[2], g[3], g[4], g[5], g[6], g[7], \
|
g[0], g[1], g[2], g[3], g[4], g[5], g[6], g[7], \
|
||||||
|
g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15],\
|
||||||
|
g[3], g[2], g[1], g[0], g[5], g[4], g[7], g[6], \
|
||||||
g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15]
|
g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15]
|
||||||
|
|
||||||
#define FF_MEDIASUBTYPE_BASE_GUID \
|
#define FF_MEDIASUBTYPE_BASE_GUID \
|
||||||
|
Loading…
Reference in New Issue
Block a user