From: van Date: Tue, 2 Dec 2008 20:31:06 +0000 (+0000) Subject: I suspect that eddyg's r1987 didn't really want to totally break transport and progra... X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=0cf5d5ea613253d306a3e597515b739625ad8732;p=handbrake-jp%2Fhandbrake-jp-git.git I suspect that eddyg's r1987 didn't really want to totally break transport and program streams ... git-svn-id: svn://localhost/HandBrake/trunk@1992 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/stream.c b/libhb/stream.c index 48375565..d6079d81 100755 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -1103,6 +1103,11 @@ int hb_stream_seek_chapter( hb_stream_t * stream, int chapter_num ) { return 0; } + if ( stream->hb_stream_type != ffmpeg ) + { + // currently meaningliess for transport and program streams + return 1; + } for( i = 0; i < chapter_num; i++) {