libavformat/cutils.c File Reference

#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Defines

#define ISLEAP(y)   (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0))
#define LEAPS_COUNT(y)   ((y)/4 - (y)/100 + (y)/400)

Functions

struct tm * ff_brktimegm (time_t secs, struct tm *tm)


Define Documentation

#define ISLEAP (  )     (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0))

Definition at line 24 of file cutils.c.

Referenced by ff_brktimegm().

#define LEAPS_COUNT (  )     ((y)/4 - (y)/100 + (y)/400)

Definition at line 25 of file cutils.c.

Referenced by ff_brktimegm().


Function Documentation

struct tm* ff_brktimegm ( time_t  secs,
struct tm *  tm 
) [read]

Definition at line 29 of file cutils.c.

Referenced by dv_write_pack().


Generated on Fri Oct 26 02:48:01 2012 for FFmpeg by  doxygen 1.5.8