[FFmpeg-cvslog] ffplay: remove redundant prototype
Lukasz Marek
git at videolan.org
Mon Jan 27 13:36:40 CET 2014
ffmpeg | branch: master | Lukasz Marek <lukasz.m.luki at gmail.com> | Sat Oct 5 16:10:41 2013 +0200| [9d087ab5ef15e122e92b09416eb793ed6fdc660d] | committer: Michael Niedermayer
ffplay: remove redundant prototype
Signed-off-by: Lukasz Marek <lukasz.m.luki at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d087ab5ef15e122e92b09416eb793ed6fdc660d
---
ffplay.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/ffplay.c b/ffplay.c
index 164872a..d8dcf84 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;
More information about the ffmpeg-cvslog
mailing list