• A
    lavf: add AVFMT_FLAG_BITEXACT. · 0c1959b0
    Anton Khirnov 提交于
    Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's
    codec context.
    
    Using codec options inside lavf is fragile and can easily break when the
    muxing codec context is not the encoding context.
    0c1959b0
avformat.h 71.6 KB