Re: [FFmpeg-devel] [PATCH 2/2] avformat/dtshddec: implement AUPR_HDR chunk parsing

2016-05-16 Thread Paul B Mahol
On 5/16/16, James Almer wrote: > This allow the demuxer to always report a proper stream duration, and > more detailed stream information if no decoder is available. > > Signed-off-by: James Almer > --- > libavformat/dtshddec.c | 24 +++- > 1 file changed, 23 insertions(+), 1

[FFmpeg-devel] [PATCH 2/2] avformat/dtshddec: implement AUPR_HDR chunk parsing

2016-05-16 Thread James Almer
This allow the demuxer to always report a proper stream duration, and more detailed stream information if no decoder is available. Signed-off-by: James Almer --- libavformat/dtshddec.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/libavformat/dtshdd