Browse code

Fix documentation for the "-ps" option Patch by Martin Storsjö (martin AT martin DOT st)

Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffmpeg/trunk

Martin Storsjö authored on 2009/04/10 06:52:12
Showing 2 changed files
... ...
@@ -772,7 +772,7 @@ When dumping packets, also dump the payload.
772 772
 @item -bitexact
773 773
 Only use bit exact algorithms (for codec testing).
774 774
 @item -ps @var{size}
775
-Set packet size in bits.
775
+Set RTP payload size in bytes.
776 776
 @item -re
777 777
 Read input at native frame rate. Mainly used to simulate a grab device.
778 778
 @item -loop_input
... ...
@@ -123,7 +123,7 @@ static const AVOption options[]={
123 123
 {"rc_strategy", "ratecontrol method", OFFSET(rc_strategy), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
124 124
 {"b_strategy", "strategy to choose between I/P/B-frames", OFFSET(b_frame_strategy), FF_OPT_TYPE_INT, 0, INT_MIN, INT_MAX, V|E},
125 125
 {"hurry_up", NULL, OFFSET(hurry_up), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|D},
126
-{"ps", "rtp payload size in bits", OFFSET(rtp_payload_size), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
126
+{"ps", "rtp payload size in bytes", OFFSET(rtp_payload_size), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
127 127
 {"mv_bits", NULL, OFFSET(mv_bits), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},
128 128
 {"header_bits", NULL, OFFSET(header_bits), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},
129 129
 {"i_tex_bits", NULL, OFFSET(i_tex_bits), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},