Commit 7e871d69 authored by Christian Suloway's avatar Christian Suloway Committed by Michael Niedermayer

avformat/hlsenc: removed empty/unused print_encryption_tag function

Signed-off-by: 's avatarChristian Suloway <csuloway@globaleagleent.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent cf11fd63
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment