summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-03-23 08:35:45 +0000
committerUoti Urpala <uau@mplayer2.org>2011-04-13 03:21:41 +0300
commit42f97b2b820f274f7a37a4c0639527a7a10e7b84 (patch)
tree3018ecf116d771490da91ea29582ea5f49b9ad56 /libmpdemux
parentb49b4e6ef9808d0ad6501c286708d28d894d24ac (diff)
downloadmpv-42f97b2b820f274f7a37a4c0639527a7a10e7b84.tar.bz2
mpv-42f97b2b820f274f7a37a4c0639527a7a10e7b84.tar.xz
codecs.conf, stheader.h: support CrystalHD decoding (libavcodec)
Add the various decoders to codecs.conf and increase the maximum number of buffered pts in stheader.h (apparently CrystalHD can have very high decoder lag). Patch by Philip Langdale, philipl overt org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33095 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/stheader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index dc84518abc..f67a3217ac 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -102,7 +102,7 @@ typedef struct sh_video {
double i_pts; // PTS for the _next_ I/P frame
float next_frame_time;
double last_pts;
- double buffered_pts[20];
+ double buffered_pts[32];
int num_buffered_pts;
double codec_reordered_pts;
double prev_codec_reordered_pts;