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
  • libavfilter
  • tests
  • formats.c
Find file
BlameHistoryPermalink
  • Marton Balint's avatar
    avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if nret is not set · 977fd884
    Marton Balint authored Dec 26, 2016
    Current code returned the number of channels as channel layout in that case,
    and if nret is not set then unknown layouts are typically not supported.
    
    Also use the common parsing code. Use a temporary workaround to parse an
    unknown channel layout such as '13c', after a 1 year grace period only '13C'
    will work.
    Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
    977fd884
formats.c 1.74 KB
EditWeb IDE

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