[rtmpdump] r40 - rtmpdump.cpp
hyc
subversion at mplayerhq.hu
Tue Nov 10 11:11:55 CET 2009
Author: hyc
Date: Tue Nov 10 11:11:55 2009
New Revision: 40
Log:
Add '#' option
Modified:
rtmpdump.cpp
Modified: rtmpdump.cpp
==============================================================================
--- rtmpdump.cpp Tue Nov 10 11:10:41 2009 (r39)
+++ rtmpdump.cpp Tue Nov 10 11:11:55 2009 (r40)
@@ -983,7 +983,7 @@ int main(int argc, char **argv)
{0,0,0,0}
};
- while((opt = getopt_long(argc, argv, "hVveqzr:s:t:p:a:b:f:o:u:n:c:l:y:m:k:d:A:B:w:x:S:", longopts, NULL)) != -1) {
+ while((opt = getopt_long(argc, argv, "hVveqzr:s:t:p:a:b:f:o:u:n:c:l:y:m:k:d:A:B:w:x:S:#", longopts, NULL)) != -1) {
switch(opt) {
case 'h':
LogPrintf("\nThis program dumps the media content streamed over rtmp.\n\n");
More information about the rtmpdump
mailing list