summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/avformat/avf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/avformat/avf.c b/modules/avformat/avf.c
index e7e0130..449587a 100644
--- a/modules/avformat/avf.c
+++ b/modules/avformat/avf.c
@@ -102,7 +102,7 @@ static void destructor(void *arg)
}
-static void handle_packet(struct vidsrc_st *st, const AVPacket *pkt)
+static void handle_packet(struct vidsrc_st *st, AVPacket *pkt)
{
AVPicture pict;
AVFrame *frame = NULL;