Browse Source

avformat/mpegts: Fix side data type for stream id

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit ab1319d82f)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.0.4
Michael Niedermayer 7 years ago
parent
commit
d0e900187c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mpegts.c

+ 1
- 1
libavformat/mpegts.c View File

@@ -900,7 +900,7 @@ static void new_data_packet(const uint8_t *buffer, int len, AVPacket *pkt)

static int new_pes_packet(PESContext *pes, AVPacket *pkt)
{
char *sd;
uint8_t *sd;

av_init_packet(pkt);



Loading…
Cancel
Save