Skip to content

Commit

Permalink
avformat/hlsenc: removed empty/unused print_encryption_tag function
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Suloway <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
Christian Suloway authored and michaelni committed Jun 16, 2015
1 parent cf11fd6 commit 7e871d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libavformat/hlsenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7e871d6

Please sign in to comment.