about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/headers/jpeg.h
blob: 17aa0808c0ebd5f49c10a3bfc2cbe7c8d42df42e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>
#include "ansi.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);