Skip to content

Commit

Permalink
Remove obsolete comments
Browse files Browse the repository at this point in the history
We only support ffmpeg 5 or greater.
  • Loading branch information
WyattBlue committed Nov 5, 2023
1 parent de5a3b3 commit 2454816
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions av/sidedata/sidedata.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ Type = define_enum('Type', __name__, (
('SPHERICAL', lib.AV_FRAME_DATA_SPHERICAL),
('CONTENT_LIGHT_LEVEL', lib.AV_FRAME_DATA_CONTENT_LIGHT_LEVEL),
('ICC_PROFILE', lib.AV_FRAME_DATA_ICC_PROFILE),
# SEI_UNREGISTERED available since version 56.54.100 of libavutil (FFmpeg >= 4.4)
('SEI_UNREGISTERED', lib.AV_FRAME_DATA_SEI_UNREGISTERED) if lib.AV_FRAME_DATA_SEI_UNREGISTERED != -1 else None,

# These are deprecated. See https://github.com/PyAV-Org/PyAV/issues/607
# ('QP_TABLE_PROPERTIES', lib.AV_FRAME_DATA_QP_TABLE_PROPERTIES),
# ('QP_TABLE_DATA', lib.AV_FRAME_DATA_QP_TABLE_DATA),

))


Expand Down

0 comments on commit 2454816

Please sign in to comment.