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
  • opus_pvq.c
Find file
BlameHistoryPermalink
  • Rostislav Pehlivanov's avatar
    opus_pvq: do not compile encoding/decoding code if the encoder/decoder is disabled · 7b46add7
    Rostislav Pehlivanov authored Dec 04, 2017
    This should save quite a bit of space if either has been disabled for size reasons.
    Could just check if the encoding flag is set during runtime on every single location,
    however the overhead of branch misses would somewhat decrease performance.
    Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
    7b46add7
opus_pvq.c 29.7 KB
EditWeb IDE

Replace opus_pvq.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.