From 4f7976cd612dcd8bb0d93c8e8b9f6f8d697d8166 Mon Sep 17 00:00:00 2001 From: cantabile Date: Thu, 12 Nov 2020 22:49:33 +0200 Subject: [PATCH] Update changes.rst --- changes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changes.rst b/changes.rst index 1dff787..be64c65 100644 --- a/changes.rst +++ b/changes.rst @@ -1,3 +1,14 @@ +v5 (20201112) +============= + +* Fix field order detection of frames coded as fields. The field order + of frames coded as two field pictures was always detected as bottom + field first. The top_field_first bit is actually not applicable to + field pictures. Instead, use the order in which the field pictures + appear in the stream. Bug present since v1. + + + v4 (20200610) =============