Re: [FFmpeg-devel] [PATCH 2/2] avformat/dashenc: Added comments

2019-02-19 Thread Carl Eugen Hoyos
2019-02-19 7:48 GMT+01:00, Karthick J : > +// Explanation for why certain movflags are used for streaming: I don't think this is a useful line. > +// frag_every_frame :- Every frame should be moof fragment, so Is there a smiley in the middle of the line? > +// the data from cur

[FFmpeg-devel] [PATCH 2/2] avformat/dashenc: Added comments

2019-02-18 Thread Karthick J
Added comments regarding usage of certain movflags in streaming mode. --- libavformat/dashenc.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index a0b44a0ec3..f8782756b4 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c