[mythtv-commits] [MythTV/mythtv] 48fc69: avformatdecoder.cpp: precompute parity LUT

Scott Theisen noreply at github.com
Mon Feb 14 16:10:39 UTC 2022


  Branch: refs/heads/devel/ffmpeg-resync
  Home:   https://github.com/MythTV/mythtv
  Commit: 48fc6948413eb692d0b19c955a31316b214ba3d8
      https://github.com/MythTV/mythtv/commit/48fc6948413eb692d0b19c955a31316b214ba3d8
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
    M mythtv/libs/libmythtv/decoders/avformatdecoder.h

  Log Message:
  -----------
  avformatdecoder.cpp: precompute parity LUT

and move it to the only function using it.


  Commit: f082214364d34fc81908b613d2d40b64d122720d
      https://github.com/MythTV/mythtv/commit/f082214364d34fc81908b613d2d40b64d122720d
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M mythtv/external/FFmpeg/libavformat/utils.c

  Log Message:
  -----------
  libavformat/utils.c: av_remove_stream() #if 0 the entire if else ladder

This was from https://github.com/MythTV/mythtv/commit/9cb02dee588127240fb8a843ed92347a33c7e0e1

when it was still part of utils.c.


  Commit: 25b7583221bc49f66d4b82774a2ce99c4aadf5e1
      https://github.com/MythTV/mythtv/commit/25b7583221bc49f66d4b82774a2ce99c4aadf5e1
  Author: Scott Theisen <scott.the.elm at gmail.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M mythtv/external/FFmpeg/libavformat/utils.c

  Log Message:
  -----------
  libavformat/utils.c: silence final MythTV warning

No functional change, but AVStream.codec was removed in FFmpeg 5.0.

This should enable it to compile with FFmpeg 5.0, since it will then be
not compiled.


Compare: https://github.com/MythTV/mythtv/compare/d00bc61d36e7...25b7583221bc


More information about the mythtv-commits mailing list