[FFmpeg-devel] GSoC 2008

Jai Menon realityman
Thu Mar 20 14:20:16 CET 2008


On Thursday 20 March 2008 07:37:53 Sisir Koppaka wrote:
> Hi,
> I've seen this being used in many places - MKTAG('X','Y','Z') but I haven't
> been able to find out where it is defined. Can someone help me out?
> Sisir K.

MKTAG is #defined in libavutil/common.h.
It basically does ->
#define MKTAG, (, a,. b,. c,. d, ), (a | (b << 8) | (c << 16) | (d << 24))
 hope this helps
Regards 
Jai menon
<realityman at gmx.net>




More information about the ffmpeg-devel mailing list