On Mon, Oct 27, 2014 at 9:50 AM, Marc-Antoine ARNAUD <[email protected]> wrote: > Someone can give a feedback on this patch ? > Thanks. > > Marc-Antoine
If I get the problem correctly, the codec should take the interlaced state of the container and correctly mark its frames as such. Unfortunately this problem is not isolated to mpeg2, but rather all encoders are affected. The RightWay to fix this in my opinion would be to introduce a command line parameter and have contextes correctly initialized. I looked at it in the past, check out these two commits for what I mean https://github.com/kodabb/libav/commit/a0ef5fbfe1d5bc733060ee4bf004ea5439e5f351 https://github.com/kodabb/libav/commit/55998e94cbec80a71ff0b4f58f21db02d1da2ea6 -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
