1 diff --git a/pydub/utils.py b/pydub/utils.py
2 index 2694f90..7764b3f 100644
5 @@ -172,7 +172,7 @@ def get_encoder_name():
7 # should raise exception
8 warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
13 def get_player_name():
14 @@ -186,7 +186,7 @@ def get_player_name():
16 # should raise exception
17 warn("Couldn't find ffplay or avplay - defaulting to ffplay, but may not work", RuntimeWarning)
22 def get_prober_name():
23 @@ -200,7 +200,7 @@ def get_prober_name():
25 # should raise exception
26 warn("Couldn't find ffprobe or avprobe - defaulting to ffprobe, but may not work", RuntimeWarning)