Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavcodec
  • libopenh264enc.c
Find file
BlameHistoryPermalink
  • Linjie Fu's avatar
    lavc/libopenh264enc: Add coder option to replace cabac · e4d37abc
    Linjie Fu authored May 06, 2020
    Set DEPRECATED flag to option cabac, replace with coder. The
    priority logic is:
    1. s->coder; then
    2. avctx->coder_type; then
    3. s->cabac.
    
    Change the default option to -1 and allow the default cabac to be
    determined by profile.
    
    Add FF_API_OPENH264_CABAC macro for cabac to remove this option after
    LIBAVCODEC_VERSION_MAJOR = 59.
    Reviewed-by: 's avatarMartin Storsjö <martin@martin.st>
    Signed-off-by: 's avatarLinjie Fu <linjie.fu@intel.com>
    e4d37abc
libopenh264enc.c 18.1 KB
EditWeb IDE

Replace libopenh264enc.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.