Commit 0edd0b4e authored by glantau's avatar glantau

added raw mjpeg format - added jpeg image format


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@92 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e4afd4d4
......@@ -115,6 +115,7 @@ extern AVFormat avi_format;
/* jpegenc.c */
extern AVFormat mpjpeg_format;
extern AVFormat jpeg_format;
extern AVFormat single_jpeg_format;
/* swfenc.c */
extern AVFormat swf_format;
......@@ -137,6 +138,7 @@ extern AVFormat mp2_format;
extern AVFormat ac3_format;
extern AVFormat h263_format;
extern AVFormat mpeg1video_format;
extern AVFormat mjpeg_format;
extern AVFormat pcm_format;
extern AVFormat rawvideo_format;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment