[FFmpeg-cvslog] avformat/mpegts: Fix side data type for stream id

Michael Niedermayer git at videolan.org
Thu Mar 21 20:13:30 EET 2019


ffmpeg | branch: release/4.0 | Michael Niedermayer <michael at niedermayer.cc> | Fri Dec  7 21:51:48 2018 +0100| [d0e900187c2df1df183eb3f5cdd77048338cfd44] | committer: Michael Niedermayer

avformat/mpegts: Fix side data type for stream id

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit ab1319d82f0c77308792fa2d88cbfc73c3e47cb7)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0e900187c2df1df183eb3f5cdd77048338cfd44
---

 libavformat/mpegts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index a21668d3c1..92baca61a4 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -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);
 



More information about the ffmpeg-cvslog mailing list