From 7e871d6999fdd7c728e4df5d2b0db3715d0ad955 Mon Sep 17 00:00:00 2001 From: Christian Suloway Date: Tue, 16 Jun 2015 09:15:56 -0500 Subject: [PATCH] avformat/hlsenc: removed empty/unused print_encryption_tag function Signed-off-by: Christian Suloway Signed-off-by: Michael Niedermayer --- libavformat/hlsenc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 68c6479fe3..cf29f4f737 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -310,10 +310,6 @@ static void hls_free_segments(HLSSegment *p) } } -static void print_encryption_tag(HLSContext *hls, HLSSegment *en) -{ -} - static int hls_window(AVFormatContext *s, int last) { HLSContext *hls = s->priv_data;