Searched refs:decode_only (Results 1 – 2 of 2) sorted by relevance
82 #define check_encoder_option(decode_only, opt) do {if (decode_only) {fprintf(stderr, "option %s is … argument249 int encode_only=0, decode_only=0; in main() local284 decode_only = 1; in main()287 if (!decode_only && argc < 7 ) in main()293 if (!decode_only) in main()328 if (!decode_only) in main()346 check_encoder_option(decode_only, "-cbr"); in main()350 check_encoder_option(decode_only, "-bandwidth"); in main()369 check_encoder_option(decode_only, "-framesize"); in main()396 check_encoder_option(decode_only, "-max_payload"); in main()[all …]
63 - `-decode_only` : Does not list the undecoded packets, just the trace decode.213 - `-decode_only` : Output full decode generic packets only.