diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-09-16 12:53:28 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-09-22 00:22:53 +0200 |
commit | 00320ac0ddc5493302d274b2563ac7ee030c71e2 (patch) | |
tree | 79656ae476b76717abc0c91f147132c99aca5dae /ffprobe.c | |
parent | b70fd6fa8b0892f91cf9667b82d716a2f5de91dc (diff) | |
download | ffmpeg-00320ac0ddc5493302d274b2563ac7ee030c71e2.tar.gz |
ffprobe: remove misplaced and pointless comment.
Diffstat (limited to 'ffprobe.c')
-rw-r--r-- | ffprobe.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ static int use_value_sexagesimal_format = 0; static char *print_format; -/* globals */ static const OptionDef options[]; /* FFprobe context */ |