Mercurial > libavcodec.hg
diff mpegvideo.h @ 5028:3d8a813666e4 libavcodec
split ljpeg encoder out of mjpeg.c
| author | aurel |
|---|---|
| date | Fri, 18 May 2007 22:42:49 +0000 |
| parents | 3aba3479d806 |
| children | 4dbe6578f811 |
line wrap: on
line diff
--- a/mpegvideo.h Fri May 18 10:06:07 2007 +0000 +++ b/mpegvideo.h Fri May 18 22:42:49 2007 +0000 @@ -905,14 +905,5 @@ DCTELEM block[6][64], int motion_x, int motion_y); -/* mjpeg.c */ -int mjpeg_init(MpegEncContext *s); -void mjpeg_close(MpegEncContext *s); -void mjpeg_encode_mb(MpegEncContext *s, - DCTELEM block[6][64]); -void mjpeg_picture_header(MpegEncContext *s); -void mjpeg_picture_trailer(MpegEncContext *s); -void ff_mjpeg_stuffing(PutBitContext * pbc); - #endif /* AVCODEC_MPEGVIDEO_H */
