diff mpegvideo.h @ 1827:fcbf31baa1af libavcodec

multithreaded mpeg2 decoding
author michael
date Mon, 23 Feb 2004 20:56:56 +0000
parents 95612d423fde
children 7ae26b6e197f
line wrap: on
line diff
--- a/mpegvideo.h	Mon Feb 23 16:07:30 2004 +0000
+++ b/mpegvideo.h	Mon Feb 23 20:56:56 2004 +0000
@@ -736,6 +736,7 @@
 void ff_write_quant_matrix(PutBitContext *pb, int16_t *matrix);
 int ff_find_unused_picture(MpegEncContext *s, int shared);
 void ff_denoise_dct(MpegEncContext *s, DCTELEM *block);
+void ff_update_duplicate_context(MpegEncContext *dst, MpegEncContext *src);
 
 void ff_er_frame_start(MpegEncContext *s);
 void ff_er_frame_end(MpegEncContext *s);