Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki@gmail.com>2013-10-05 18:10:41 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-27 16:36:01 +0400
commit9d087ab5ef15e122e92b09416eb793ed6fdc660d (patch)
tree5ddac8cc41f69cfda5dcb0a095f7c59023a6ac57 /ffplay.c
parent6369766f015f930ea0fc86a2d425fe7fc4f95ed9 (diff)
ffplay: remove redundant prototype
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffplay.c b/ffplay.c
index 164872aaea..d8dcf84c13 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -359,8 +359,6 @@ int64_t get_valid_channel_layout(int64_t channel_layout, int channels)
return 0;
}
-static int packet_queue_put(PacketQueue *q, AVPacket *pkt);
-
static int packet_queue_put_private(PacketQueue *q, AVPacket *pkt)
{
MyAVPacketList *pkt1;