Changes between Initial Version and Version 1 of Ticket #731, comment 3
- Timestamp:
- 12/10/2011 04:33:50 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #731, comment 3
initial v1 1 1 I have made a further discovery. 2 2 Incorrect frame height is given by AVCodecContext->coded_height which reports a value of 1088. 3 If I override this value (in my app) and set it to 1080, the black border is gone but the app still crash when calling avpicture_deinterlace and sws_scale. 3 If I override this value and set it to 1080, the black border is gone and deinterlacing works again. 4 So now, why does AVCodecContext->coded_height reports a wrong value after that commit?


