summaryrefslogtreecommitdiff
path: root/libavformat/hlsenc.c
diff options
context:
space:
mode:
authorChristian Suloway <csuloway@row44.com>2015-06-16 09:15:56 -0500
committerMichael Niedermayer <michaelni@gmx.at>2015-06-16 16:52:38 +0200
commit7e871d6999fdd7c728e4df5d2b0db3715d0ad955 (patch)
treec3086105a976c8976a08de221debda54ed5ac7bc /libavformat/hlsenc.c
parentcf11fd632eeffce0e7faed489be96b60d44453ab (diff)
avformat/hlsenc: removed empty/unused print_encryption_tag function
Signed-off-by: Christian Suloway <csuloway@globaleagleent.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/hlsenc.c')
-rw-r--r--libavformat/hlsenc.c4
1 files changed, 0 insertions, 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;