Re: [FFmpeg-devel] [PATCH] webm_dash_manifest: Add option to specify bandwidth

2017-04-17 Thread James Zern
On Thu, Apr 13, 2017 at 6:20 PM, James Zern wrote: > On Tue, Apr 11, 2017 at 9:33 PM, Vignesh Venkatasubramanian > wrote: >> Add an option to webm_dash_manifest demuxer to specify a value for >> "bandwidth" field in the DASH manifest. The value is then used by >> the muxer. Fixes an existing FIXM

Re: [FFmpeg-devel] [PATCH] webm_dash_manifest: Add option to specify bandwidth

2017-04-13 Thread James Zern
On Tue, Apr 11, 2017 at 9:33 PM, Vignesh Venkatasubramanian wrote: > Add an option to webm_dash_manifest demuxer to specify a value for > "bandwidth" field in the DASH manifest. The value is then used by > the muxer. Fixes an existing FIXME in the code. > > Signed-off-by: Vignesh Venkatasubramania

[FFmpeg-devel] [PATCH] webm_dash_manifest: Add option to specify bandwidth

2017-04-11 Thread Vignesh Venkatasubramanian
Add an option to webm_dash_manifest demuxer to specify a value for "bandwidth" field in the DASH manifest. The value is then used by the muxer. Fixes an existing FIXME in the code. Signed-off-by: Vignesh Venkatasubramanian --- libavformat/matroskadec.c| 19 +++