-
- Downloads
lavf: add AVFMT_FLAG_BITEXACT.
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.
Showing
- doc/APIchanges 4 additions, 0 deletionsdoc/APIchanges
- libavformat/avformat.h 7 additions, 0 deletionslibavformat/avformat.h
- libavformat/flacenc.c 1 addition, 1 deletionlibavformat/flacenc.c
- libavformat/matroskaenc.c 1 addition, 1 deletionlibavformat/matroskaenc.c
- libavformat/movenc.c 1 addition, 1 deletionlibavformat/movenc.c
- libavformat/mux.c 6 additions, 1 deletionlibavformat/mux.c
- libavformat/mxfenc.c 2 additions, 2 deletionslibavformat/mxfenc.c
- libavformat/oggenc.c 5 additions, 5 deletionslibavformat/oggenc.c
- libavformat/options_table.h 1 addition, 0 deletionslibavformat/options_table.h
- libavformat/version.h 4 additions, 1 deletionlibavformat/version.h
- tests/fate-run.sh 1 addition, 1 deletiontests/fate-run.sh
- tests/fate/filter-audio.mak 2 additions, 2 deletionstests/fate/filter-audio.mak
- tests/fate/video.mak 2 additions, 2 deletionstests/fate/video.mak
- tests/fate/wavpack.mak 2 additions, 2 deletionstests/fate/wavpack.mak
- tests/regression-funcs.sh 1 addition, 1 deletiontests/regression-funcs.sh
Loading
Please register or sign in to comment