mirror of https://github.com/FFmpeg/FFmpeg.git
The function contains only two assignments, setting DVVideoContext.avctx and AVCodecContext.chroma_sample_location. However, the decoder does not use the former, and the encoder should not be setting the latter. Therefore move the first assignment to dvenc and the second to dvdec. Make the encoder warn if the user-signalled chroma sample location does not match the supported one, and return an error on higher compliance levels.pull/388/head
parent
b62d41df07
commit
d1ba5d883e
5 changed files with 15 additions and 15 deletions
@ -1,3 +1,3 @@ |
||||
3339def72599c79ad5860c6860cc3123 *tests/data/lavf/lavf.mxf_dv25 |
||||
59d632e097e6f45c28445b2ab862ffe8 *tests/data/lavf/lavf.mxf_dv25 |
||||
3834413 tests/data/lavf/lavf.mxf_dv25 |
||||
tests/data/lavf/lavf.mxf_dv25 CRC=0xbdaf7f52 |
||||
|
Loading…
Reference in new issue