mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 21:14:47 +00:00
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:
parent
cf11fd632e
commit
7e871d6999
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user