OSDN Git Service

crystalhd: Simplify output frame handling
authorPhilip Langdale <philipl@overt.org>
Sun, 16 Oct 2016 21:06:13 +0000 (14:06 -0700)
committerPhilip Langdale <philipl@overt.org>
Wed, 2 Nov 2016 20:47:57 +0000 (13:47 -0700)
commita07c07e7aa627578cc532657088d0f9d12207ab1
tree8985eecf6d322c6fe56c4d4c9216a453fbd87af1
parent3019b4f6480a5d8c38e0e32ef75dabe6e0f3ae98
crystalhd: Simplify output frame handling

The old code had to retain a partial frame across two calls in
the case of separate interlaced fields. Now, we know that we'll
get both fields within the same receive_frame call, and so we
don't need to manage the frame as private state any more.
libavcodec/crystalhd.c