about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/headers/frametype.h
blob: 33b604e67be5e41fc8c0ad24fdda9d3207b86ad1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef FRAMETYPE_H_INCLUDED
#define FRAMETYPE_H_INCLUDED

char
FType_Type(unsigned int const frameNum);

unsigned int
FType_FutureRef(unsigned int const currFrameNum);

int	FType_PastRef (int currFrameNum);

void SetFramePattern(const char * const pattern);

void
ComputeFrameTable(unsigned int const numFrames);

#endif