diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-27 22:00:20 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-27 22:00:20 +0200 |
commit | 36be0f2e315c983b5e30a91283e232f93286c846 (patch) | |
tree | 54808c5830e1fbac3c39897ed1f64a98fa141b15 | |
parent | 5eda0967a5f78af310b523915e418b634ddaf19e (diff) | |
download | ffmpeg-36be0f2e315c983b5e30a91283e232f93286c846.tar.gz |
ffplay.texi: document -codec
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/ffplay.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 55ff2118da..b4d6dbcdcb 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -134,6 +134,8 @@ Exit when video is done playing. Exit if any key is pressed. @item -exitonmousedown Exit if any mouse button is pressed. +@item -codec:@var{stream_type} +Force a specific decoder implementation @end table @section While playing |