[FFmpeg-devel] [Patch] Fix for ticket 6658 (Dash demuxer segfault)

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Nov 17 12:24:46 EET 2017


2017-11-17 1:55 GMT+01:00 Colin NG <colin_ng at 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


More information about the ffmpeg-devel mailing list