Re: [PATCH 2/9] media: rkvdec: h264: Fix reference frame_num wrap for second field

2020-07-02 Thread Ezequiel Garcia
+Boris On Wed, 2020-07-01 at 21:56 +, Jonas Karlman wrote: > When decoding the second field in a complementary field pair the second > field is sharing the same frame_num with the first field. > > Currently the frame_num for the first field is wrapped when it matches the > field being decoded

Re: [PATCH 2/9] media: rkvdec: h264: Fix reference frame_num wrap for second field

2020-07-02 Thread Ezequiel Garcia
On Wed, 2020-07-01 at 21:56 +, Jonas Karlman wrote: > When decoding the second field in a complementary field pair the second > field is sharing the same frame_num with the first field. > > Currently the frame_num for the first field is wrapped when it matches the > field being decoded, this c

[PATCH 2/9] media: rkvdec: h264: Fix reference frame_num wrap for second field

2020-07-01 Thread Jonas Karlman
When decoding the second field in a complementary field pair the second field is sharing the same frame_num with the first field. Currently the frame_num for the first field is wrapped when it matches the field being decoded, this cause issues to decode the second field in a complementary field pa