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
  • libavformat
  • mov.c
Find file
BlameHistoryPermalink
  • Thierry Foucu's avatar
    avformat/mov: Read the QT Metadata Keys only once · 1187cbf0
    Thierry Foucu authored May 11, 2020
    If you have a file with multiple Metadata Keys, the second time you parse
    the keys, you will re-alloc c->meta_keys without freeing the old one.
    This change will avoid parsing all the consecutive Metadata keys.
    Reviewed-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    1187cbf0
mov.c 281 KB
EditWeb IDE

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