[issue2563] AVI encoder create a file (contains multiple video and audio streams) with uncorrect fourcc tag

2011-02-24 Thread Joakim Plate
Joakim Plate elu...@ecce.se added the comment: You are so right. Sorry for the noise. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2563

[issue2563] AVI encoder create a file (contains multiple video and audio streams) with uncorrect fourcc tag

2011-02-23 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: Fixed in 4acc94e97a9551d11ead29735e23283d71f1d4c2. -- status: new - closed substatus: new - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2563

[issue2563] AVI encoder create a file (contains multiple video and audio streams) with uncorrect fourcc tag

2011-02-23 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: no, the 1st stream has idnex 0, the second index 1, 100th index 99. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2563

[issue2563] AVI encoder create a file (contains multiple video and audio streams) with uncorrect fourcc tag

2011-01-25 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: Here is a forward from ffmpeg-devel. Please adjust the patch so it has the correct message and MAX_STREAMS (100, not 99, since they're numbered from 0 onwards, not 1 onwards), and then it's OK. 2011/1/24 Måns Rullgård m...@mansr.com:

[issue2563] AVI encoder create a file (contains multiple video and audio streams) with uncorrect fourcc tag

2011-01-25 Thread longstone
longstone zhibing@hotmail.com added the comment: The patch has been adjusted as requested: 1. The comment and log info have been removed; 2. The max stream count has been defined as 100. FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2563] AVI encoder create a file (contains multiple video and audio streams) with uncorrect fourcc tag

2011-01-24 Thread longstone
longstone zhibing@hotmail.com added the comment: Add the resolution patch. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2563

[issue2563] AVI encoder create a file (contains multiple video and audio streams) with uncorrect fourcc tag

2011-01-24 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: can you add a check in write_header() to error out on 100 streams? Ronald FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2563

[issue2563] AVI encoder create a file (contains multiple video and audio streams) with uncorrect fourcc tag

2011-01-24 Thread longstone
longstone zhibing@hotmail.com added the comment: Add error check in avi_write_header() function. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2563

[issue2563] AVI encoder create a file (contains multiple video and audio streams) with uncorrect fourcc tag

2011-01-19 Thread longstone
New submission from longstone zhibing@hotmail.com: When I'm tring to mux an AVI file with multiple video and audio streams, the AVI encoder created a file with uncorrect fourcc tag when the total streams' count is more than 10. According to the AVI spec, each stream is assigned with one