Skip to content

Commit

Permalink
silence mpegts-mythtv.c warning: mpegts_probe -Wincompatible-pointer-…
Browse files Browse the repository at this point in the history
…types
  • Loading branch information
ulmus-scott authored and bennettpeter committed Jun 20, 2022
1 parent 942e654 commit a204823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,7 @@ static int handle_packets(MpegTSContext *ts, int nb_packets)
return ret;
}

static int mpegts_probe(AVProbeData *p)
static int mpegts_probe(const AVProbeData *p)
{
const int size= p->buf_size;
int maxscore=0;
Expand Down

0 comments on commit a204823

Please sign in to comment.