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>
This commit is contained in:
Christian Suloway 2015-06-16 09:15:56 -05:00 committed by Michael Niedermayer
parent cf11fd632e
commit 7e871d6999
1 changed files with 0 additions and 4 deletions

View File

@ -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;