summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_video.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-18 15:23:41 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-18 15:23:41 +0000
commit14c5a7c333253a479c42760f7d86d698989fddd9 (patch)
tree0133827c89da2f5f51b438513f99358831fe0e92 /libmpcodecs/dec_video.h
parent6f0edb45743d6f324b11fc89b58869f97a21b777 (diff)
downloadmpv-14c5a7c333253a479c42760f7d86d698989fddd9.tar.bz2
mpv-14c5a7c333253a479c42760f7d86d698989fddd9.tar.xz
flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11978 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/dec_video.h')
-rw-r--r--libmpcodecs/dec_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/dec_video.h b/libmpcodecs/dec_video.h
index 34a8e0b3b4..09f955d05c 100644
--- a/libmpcodecs/dec_video.h
+++ b/libmpcodecs/dec_video.h
@@ -18,5 +18,6 @@ extern void set_video_quality(sh_video_t *sh_video,int quality);
extern int get_video_colors(sh_video_t *sh_video,char *item,int *value);
extern int set_video_colors(sh_video_t *sh_video,char *item,int value);
extern int set_rectangle(sh_video_t *sh_video,int param,int value);
+extern void resync_video_stream(sh_video_t *sh_video);
extern int divx_quality;