[FFmpeg-devel] [PATCH 2/3] lavf/utils: add flag to discard timestamps on corrupted frames
Carl Eugen Hoyos
ceffmpeg at gmail.com
Fri Dec 8 06:34:50 EET 2017
2017-12-08 5:23 GMT+01:00 Rodger Combs <rodger.combs at gmail.com>:
> + if ((s->flags & AVFMT_FLAG_DISCARD_CORRUPT_TS) &&
> + (pkt->flags & AV_PKT_FLAG_CORRUPT)) {
The brackets look ugly.
Carl Eugen
More information about the ffmpeg-devel
mailing list