Skip to content
Snippets Groups Projects
Commit 46cbb4c2 authored by Tom Marecek's avatar Tom Marecek Committed by Michael Niedermayer
Browse files

ffmpeg: change command line option -dump to work without -loglevel debug


-hex and -dump command line options do nothing unless -loglevel debug is set.

-dump by itself is useful for monitoring live streams (to get the current PTS for example)  however when it is used with -loglevel debug for an RTMP stream, librtmp also dumps the packet data which makes the output too noisy.

do_pkt_dump is only set in check_keyboard_interaction or by the -dump command line option so this change should have no effect on any other parts of the code..

Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 5e8b9e74
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment