Re: [FFmpeg-devel] [PATCH] microdvd: do not export framerate hint as subtitle packet

2015-04-08 Thread Michael Niedermayer
On Wed, Apr 08, 2015 at 07:55:04PM +0200, wm4 wrote: > MicroDVD has a "hack" for specifying the video framerate the subtitle > was authored against. The demuxer reads this hint correctly, but didn't > skip it correctly. > > This was not noticed, because the exported packet has its duration set > t

[FFmpeg-devel] [PATCH] microdvd: do not export framerate hint as subtitle packet

2015-04-08 Thread wm4
MicroDVD has a "hack" for specifying the video framerate the subtitle was authored against. The demuxer reads this hint correctly, but didn't skip it correctly. This was not noticed, because the exported packet has its duration set to 0, making it invisible (depending on the API user's rendering l

Re: [FFmpeg-devel] [PATCH] microdvd: do not export framerate hint as subtitle packet

2015-04-08 Thread Michael Niedermayer
On Tue, Apr 07, 2015 at 08:53:12PM +0200, wm4 wrote: > MicroDVD has a "hack" for specifying the video framerate the subtitle > was authored against. The demuxer reads this hint correctly, but didn't > skip it correctly. > > This was not noticed, because the exported packet has its duration set > t

[FFmpeg-devel] [PATCH] microdvd: do not export framerate hint as subtitle packet

2015-04-07 Thread wm4
MicroDVD has a "hack" for specifying the video framerate the subtitle was authored against. The demuxer reads this hint correctly, but didn't skip it correctly. This was not noticed, because the exported packet has its duration set to 0, making it invisible (depending on the API user's rendering l