1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavcodec
Andreas Rheinhardt 1b6bcee9fe cbs_mpeg2: Fix storage type for frame_centre_*_offset
The frame_centre_horizontal/vertical_offset values contained in picture
display extensions are actually signed values (i.e. it is possible to
indicate that the display device should add black bars/pillars).

The files sony-ct3.bs and tcela-6.bits (which are both used in fate
tests for mpeg2_metadata) contain picture display extensions; the former
even contains a negative frame_centre_vertical_offset. Fortunately, the
old code did not damage the picture display extensions when one did a
cycle of reading and writing. For the same reason the fate tests needn't
be updated either.

Furthermore these fields now use the trace output for matrices.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
(cherry picked from commit de5880383967f44927c599ab16fa0f4f96b38365)
2019-07-21 01:05:39 -03:00
..
2019-07-08 11:41:51 +02:00
2018-10-15 01:19:45 +02:00
2018-10-12 09:48:07 -07:00
2019-06-27 17:50:47 +02:00
2019-06-27 17:50:47 +02:00
2019-06-30 14:41:51 +02:00
2019-07-08 11:44:24 +02:00
2019-01-21 07:53:25 +01:00
2019-06-29 20:43:54 +02:00
2019-03-14 00:24:44 +01:00
2018-10-03 20:48:49 -03:00
2019-07-08 11:46:47 +02:00
2019-07-08 11:44:52 +02:00
2019-01-21 07:53:26 +01:00
2019-06-27 17:50:47 +02:00
2019-01-21 07:53:26 +01:00
2018-09-30 22:23:02 +02:00
2019-03-14 00:24:44 +01:00