changed noreorder to reorder in mpegopts (ordering disabled by default)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14801 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2005-02-24 20:28:47 +00:00
parent 090fcfa8bf
commit e0d114b70d
1 changed files with 5 additions and 4 deletions

View File

@ -7906,11 +7906,12 @@ Will be updated as necessary in the case of 'format=mpeg1' or 'mpeg2'.
Sets timestamps on all frames, if possible. Sets timestamps on all frames, if possible.
. .
.TP .TP
.B noreorder .B reorder
Disable the frame reordering code, that stores frames in decoding Enables the frame reordering code, that stores frames in decoding
(rather than display) order (default: disabled). (rather than display) order (default: disabled).
Use it only if you believe the reordering code is buggy Use it only if you believe the video frames in the original stream
and working improperly. were stored incorrectly.
Works only with MPEG-1/2 video.
. .
.TP .TP
.B init_vpts=<100\-700> .B init_vpts=<100\-700>