Commit 11bc5580 authored by Michael Niedermayer's avatar Michael Niedermayer

mpegts: fix a unused function warning

note the function is used under #if
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e0541c7b
......@@ -2107,7 +2107,7 @@ static int mpegts_read_close(AVFormatContext *s)
return 0;
}
static int64_t mpegts_get_pcr(AVFormatContext *s, int stream_index,
static av_unused int64_t mpegts_get_pcr(AVFormatContext *s, int stream_index,
int64_t *ppos, int64_t pos_limit)
{
MpegTSContext *ts = 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