OSDN Git Service

ffplay: remove audio_write_get_buf_size() forward declaration
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 12 Apr 2011 10:06:49 +0000 (12:06 +0200)
committerAlex Converse <alex.converse@gmail.com>
Mon, 16 May 2011 21:13:03 +0000 (14:13 -0700)
commit3a7c977417f7904a6213048ed3e57dd79264d3d5
treef8c6858629048baf1b980fb192d2f21eb80584a2
parent5dc65a3d0374ffd85e5ff1c89f5917d392897920
ffplay: remove audio_write_get_buf_size() forward declaration

Move up the definition of audio_write_get_buf_size(), so that it is
defined before it is used. Simplify.
(cherry picked from commit 8776f3d22e401e30d17856e341f6cabbbefa92f7)
ffplay.c