OSDN Git Service

ffplay: fix wrong reference to function in audio_decode_frame() comment
authorStefano Sabatini <stefasab@gmail.com>
Thu, 28 Jun 2012 21:47:06 +0000 (23:47 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Fri, 29 Jun 2012 11:24:43 +0000 (13:24 +0200)
commit46747182032af6c3dfeb8a32b7c88cda88bb12be
tree092176736dfd1974fca94ca6db4505d865c59ac3
parent491846e4be4d37938e85349b1af203675c2b8c72
ffplay: fix wrong reference to function in audio_decode_frame() comment

The comment now references swr_convert(), rather than audio_convert(),
which was deprecated and/or dropped.
ffplay.c