[FFmpeg-cvslog] r18403 - in trunk: doc/ffmpeg-doc.texi libavcodec/options.c

lucabe subversion
Thu Apr 9 23:52:12 CEST 2009


Author: lucabe
Date: Thu Apr  9 23:52:12 2009
New Revision: 18403

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

Modified:
   trunk/doc/ffmpeg-doc.texi
   trunk/libavcodec/options.c

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	Thu Apr  9 23:48:45 2009	(r18402)
+++ trunk/doc/ffmpeg-doc.texi	Thu Apr  9 23:52:12 2009	(r18403)
@@ -772,7 +772,7 @@ When dumping packets, also dump the payl
 @item -bitexact
 Only use bit exact algorithms (for codec testing).
 @item -ps @var{size}
-Set packet size in bits.
+Set RTP payload size in bytes.
 @item -re
 Read input at native frame rate. Mainly used to simulate a grab device.
 @item -loop_input

Modified: trunk/libavcodec/options.c
==============================================================================
--- trunk/libavcodec/options.c	Thu Apr  9 23:48:45 2009	(r18402)
+++ trunk/libavcodec/options.c	Thu Apr  9 23:52:12 2009	(r18403)
@@ -123,7 +123,7 @@ static const AVOption options[]={
 {"rc_strategy", "ratecontrol method", OFFSET(rc_strategy), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
 {"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},
 {"hurry_up", NULL, OFFSET(hurry_up), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|D},
-{"ps", "rtp payload size in bits", OFFSET(rtp_payload_size), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
+{"ps", "rtp payload size in bytes", OFFSET(rtp_payload_size), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
 {"mv_bits", NULL, OFFSET(mv_bits), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},
 {"header_bits", NULL, OFFSET(header_bits), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},
 {"i_tex_bits", NULL, OFFSET(i_tex_bits), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX},



More information about the ffmpeg-cvslog mailing list