2017-11-17 1:55 GMT+01:00 Colin NG <colin...@hotmail.com>: > Excluded the fix for byte range issue and update some coding style issues.
> + if (pb) av_freep(pb); The if() should be unnecessary. Please avoid adding empty lines in unrelated parts of the file and while there, try to fix "if (condition) {" to "if (condition) {" (one space). Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel