diff mbox

[FFmpeg-devel,1/3] avformat/mpegts: Fix side data type for stream id

Message ID 20181207225750.24630-1-michael@niedermayer.cc
State Accepted
Commit ab1319d82f0c77308792fa2d88cbfc73c3e47cb7
Headers show

Commit Message

Michael Niedermayer Dec. 7, 2018, 10:57 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavformat/mpegts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Niedermayer Dec. 19, 2018, 10:22 a.m. UTC | #1
On Fri, Dec 07, 2018 at 11:57:48PM +0100, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  libavformat/mpegts.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

will apply patchset

[...]
diff mbox

Patch

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index edf6b5701d..a5e850e121 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -918,7 +918,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);