[FFmpeg-devel] [PATCH] ffserver: set format bitexact flag, eliminate warnings about it not being set
Reto Kromer
lists at reto.ch
Thu Dec 1 19:50:01 EET 2016
Michael Niedermayer wrote:
>+
>+ if (src->codec->flags & AV_CODEC_FLAG_BITEXACT)
>+ c->pfmt_ctx->flags |= AVFMT_FLAG_BITEXACT;
Works fine here. Best regards, Reto
More information about the ffmpeg-devel
mailing list