Browse Source

ffplay: remove redundant prototype

Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Lukasz Marek Michael Niedermayer 11 years ago
parent
commit
9d087ab5ef
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ffplay.c

+ 0
- 2
ffplay.c View File

@@ -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;


Loading…
Cancel
Save