[extractor] use maybe_print for video-profile (fix #982)

This commit is contained in:
Mort Yao 2016-03-13 19:41:34 +01:00
parent bf495b1bed
commit cc1840f187

View File

@ -90,7 +90,7 @@ class VideoExtractor():
print(" container: %s" % stream['container'])
if 'video_profile' in stream:
print(" video-profile: %s" % stream['video_profile'])
maybe_print(" video-profile: %s" % stream['video_profile'])
if 'quality' in stream:
print(" quality: %s" % stream['quality'])