]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mjpegenc.h
h264: rebuild the default ref list if the reference count changes
[ffmpeg] / libavcodec / mjpegenc.h
index 62085cd2eb3b5e7258745eac288cf199287f2da8..2ad55f29f037398baf34f675f1a4199b51286bda 100644 (file)
@@ -54,9 +54,9 @@ void ff_mjpeg_encode_close(MpegEncContext *s);
 void ff_mjpeg_encode_picture_header(AVCodecContext *avctx, PutBitContext *pb,
                                     ScanTable *intra_scantable,
                                     uint16_t intra_matrix[64]);
-void ff_mjpeg_encode_picture_trailer(MpegEncContext *s);
+void ff_mjpeg_encode_picture_trailer(PutBitContext *pb, int header_bits);
 void ff_mjpeg_encode_stuffing(PutBitContext *pbc);
-void ff_mjpeg_encode_dc(MpegEncContext *s, int val,
+void ff_mjpeg_encode_dc(PutBitContext *pb, int val,
                         uint8_t *huff_size, uint16_t *huff_code);
 void ff_mjpeg_encode_mb(MpegEncContext *s, int16_t block[6][64]);