mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
vc1dec: Fix destination pointers in context for fields
This replaces a large number of checks for the second field by
fixing the pointers when they are setup
This should also fix I/BI field pictures
Changes checksums for vc1_sa10143, the file becomes slightly closer
to what the reference decoder outputs
Based on "vc1dec: the second field is written wrong to the picture"
by Sebastian Sandberg <sebastiand.sandberg@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
+14
-14
@@ -1,31 +1,31 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 518400, 0x89407f55
|
||||
0, 2, 2, 1, 518400, 0x1480849d
|
||||
0, 2, 2, 1, 518400, 0x8611849c
|
||||
0, 3, 3, 1, 518400, 0x0e69ff59
|
||||
0, 4, 4, 1, 518400, 0x00d6db06
|
||||
0, 4, 4, 1, 518400, 0xf31adb03
|
||||
0, 5, 5, 1, 518400, 0x1a5b6a69
|
||||
0, 6, 6, 1, 518400, 0xc1a1232e
|
||||
0, 6, 6, 1, 518400, 0x6ae6232e
|
||||
0, 7, 7, 1, 518400, 0x9a4e3c54
|
||||
0, 8, 8, 1, 518400, 0x04122b44
|
||||
0, 8, 8, 1, 518400, 0xe5852b45
|
||||
0, 9, 9, 1, 518400, 0x0fcfeebc
|
||||
0, 10, 10, 1, 518400, 0xc7882dc1
|
||||
0, 10, 10, 1, 518400, 0x06e22dc3
|
||||
0, 11, 11, 1, 518400, 0x9d79df09
|
||||
0, 12, 12, 1, 518400, 0xff6b716f
|
||||
0, 12, 12, 1, 518400, 0xcb2c716f
|
||||
0, 13, 13, 1, 518400, 0x638a8746
|
||||
0, 14, 14, 1, 518400, 0x07572efb
|
||||
0, 14, 14, 1, 518400, 0xf7032efd
|
||||
0, 15, 15, 1, 518400, 0x306f6cef
|
||||
0, 16, 16, 1, 518400, 0xd7602518
|
||||
0, 16, 16, 1, 518400, 0xe83d2518
|
||||
0, 17, 17, 1, 518400, 0x49ab5bf5
|
||||
0, 18, 18, 1, 518400, 0x3c736b6c
|
||||
0, 18, 18, 1, 518400, 0x6b336b6f
|
||||
0, 19, 19, 1, 518400, 0x95ae00c9
|
||||
0, 20, 20, 1, 518400, 0x7b9ab64e
|
||||
0, 20, 20, 1, 518400, 0x68ddb64f
|
||||
0, 21, 21, 1, 518400, 0x5205ea68
|
||||
0, 22, 22, 1, 518400, 0xb486e618
|
||||
0, 22, 22, 1, 518400, 0xb088e617
|
||||
0, 23, 23, 1, 518400, 0xa3217616
|
||||
0, 24, 24, 1, 518400, 0xc66bbc56
|
||||
0, 24, 24, 1, 518400, 0x1723bc53
|
||||
0, 25, 25, 1, 518400, 0xf024872a
|
||||
0, 26, 26, 1, 518400, 0x97d2a8ba
|
||||
0, 26, 26, 1, 518400, 0x2e81a8bb
|
||||
0, 27, 27, 1, 518400, 0xa3a2418e
|
||||
0, 28, 28, 1, 518400, 0x08460005
|
||||
0, 28, 28, 1, 518400, 0xb7beffed
|
||||
0, 29, 29, 1, 518400, 0x50fb6c94
|
||||
0, 30, 30, 1, 518400, 0x5584bb40
|
||||
|
||||
Reference in New Issue
Block a user