about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/headers/jpeg.h
blob: 76d73d9e1926bc4971e5dc6b129915dc8ddce3a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>
#include "frame.h"

void
JMovie2JPEG(const char * const infilename,
            const char * const obase,
            int          const start,
            int          const end);

void
ReadJPEG(MpegFrame * const mf,
         FILE *      const fp);