diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-08-11 18:59:34 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-08-11 18:59:34 +0000 |
commit | 6775c758c48b1486e961572407f9f9990eb64327 (patch) | |
tree | ac77fb92eaf6ad267b3ca85dce429dd572bf00b5 /libav/avformat.h | |
parent | cfcf0ffda67066a0eae887b96508b693d7d12f36 (diff) | |
download | ffmpeg-6775c758c48b1486e961572407f9f9990eb64327.tar.gz |
added PPM read/write support - added pgmyuvpipe format - added PPM pipe read/write support
Originally committed as revision 65 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/avformat.h')
-rw-r--r-- | libav/avformat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libav/avformat.h b/libav/avformat.h index 44e9da2a55..1f0e7eac8f 100644 --- a/libav/avformat.h +++ b/libav/avformat.h @@ -126,9 +126,13 @@ extern AVFormat wav_format; /* img.c */ extern AVFormat pgm_format; +extern AVFormat ppm_format; extern AVFormat pgmyuv_format; extern AVFormat imgyuv_format; + extern AVFormat pgmpipe_format; +extern AVFormat pgmyuvpipe_format; +extern AVFormat ppmpipe_format; /* raw.c */ extern AVFormat mp2_format; |