comparison DOCS/man/en/mplayer.1 @ 14800:c3245111b6fb

changed noreorder to reorder in mpegopts (ordering disabled by default)
author nicodvb
date Thu, 24 Feb 2005 20:28:47 +0000
parents 346ace66cdb4
children a14a7d6cb7ab
comparison
equal deleted inserted replaced
14799:090be6ae25ac 14800:c3245111b6fb
7904 .TP 7904 .TP
7905 .B tsaf\ \ \ 7905 .B tsaf\ \ \
7906 Sets timestamps on all frames, if possible. 7906 Sets timestamps on all frames, if possible.
7907 . 7907 .
7908 .TP 7908 .TP
7909 .B noreorder 7909 .B reorder
7910 Disable the frame reordering code, that stores frames in decoding 7910 Enables the frame reordering code, that stores frames in decoding
7911 (rather than display) order (default: disabled). 7911 (rather than display) order (default: disabled).
7912 Use it only if you believe the reordering code is buggy 7912 Use it only if you believe the video frames in the original stream
7913 and working improperly. 7913 were stored incorrectly.
7914 Works only with MPEG-1/2 video.
7914 . 7915 .
7915 .TP 7916 .TP
7916 .B init_vpts=<100\-700> 7917 .B init_vpts=<100\-700>
7917 initial video pts, in milliseconds (default: 200) 7918 initial video pts, in milliseconds (default: 200)
7918 . 7919 .