Skip to content

Commit

Permalink
libavformat/mpegts.h: match space with ffmpeg
Browse files Browse the repository at this point in the history
libavformat/mpegts.h is now unmodified.
  • Loading branch information
ulmus-scott authored and linuxdude42 committed Jul 6, 2024
1 parent edec283 commit 9d5b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/external/FFmpeg/libavformat/mpegts.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ typedef struct MpegTSContext MpegTSContext;

MpegTSContext *avpriv_mpegts_parse_open(AVFormatContext *s);
int avpriv_mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt,
const uint8_t *buf, int len);
const uint8_t *buf, int len);
void avpriv_mpegts_parse_close(MpegTSContext *ts);

typedef struct SLConfigDescr {
Expand Down

0 comments on commit 9d5b6f0

Please sign in to comment.