mpeg2: disable video cropping as picture_display_extension() is missing.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 26 Aug 2013 14:15:49 +0000 (16:15 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 26 Aug 2013 14:19:01 +0000 (16:19 +0200)
commit292b2f51b4233b75f6f94e0d55d78dc593b261b1
treebde7637c44c11982b46fa69bb96557a7d09cdf3d
parent0ef5979d77f10fba8d8a73037f85c8732d409ced
mpeg2: disable video cropping as picture_display_extension() is missing.

Disable video cropping in MPEG-2 codec because it is partially implemented
and actually because nobody implements it that way, and the standard spec
does not specify the display process either anyway.

Most notably, there are two possible use cases for sequence_display_extension()
horizontal_display_size & vertical_display_size: (i) guesstimating the
pixel-aspect-ratio, or (ii) implement some kind of span & scan process
in conjunction with picture_display_extension() information.

https://bugzilla.gnome.org/show_bug.cgi?id=704848
gst-libs/gst/vaapi/gstvaapidecoder_mpeg2.c