2016-09-27 0:10 GMT+02:00 Jan Ekström <[email protected]>: > avio_printf(pb, "<%s systemBitrate=\"%"PRId64"\">\n", type, > - (int64_t)track->par->bit_rate); > - param_write_int(pb, "systemBitrate", track->par->bit_rate); > + (int64_t)manifest_bit_rate);
The cast looks unneeded (and ugly). Please consider adding braces to the if-else clause you add above. Carl Eugen _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
