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
  • filmstripenc.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    avformat/filmstripenc: Use ff_raw_write_packet() · 40a93630
    Andreas Rheinhardt authored Apr 07, 2020
    The only difference of the currently used write_packet()-function to
    ff_raw_write_packet() is that the former also counts the number of
    frames. Yet doing so in the muxer itself is unnecessary as this is
    already done generically in write_packet() in libavformat/mux.c.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    40a93630
filmstripenc.c 2.13 KB
EditWeb IDE

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