2017-11-17 1:55 GMT+01:00 Colin NG <[email protected]>: > 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
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
