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
  • wtvdec.c
Find file
BlameHistoryPermalink
  • Andreas Rheinhardt's avatar
    avformat/wtvdec: Forward errors when reading packet · acbd950e
    Andreas Rheinhardt authored Feb 10, 2020
    wtvfile_read_packet did not abide by the requirements of an
    AVIOContext's read_packet-function: If it did not read anything,
    it returned zero, which currently leads to a warning in read_packet_wrapper
    in aviobuf.c. Said warning will be an av_assert2 as soon as
    FF_API_OLD_AVIO_EOF_0 is zero (probably the next major version bump).
    So instead forward the error code from the underlying protocol.
    
    This error/assert is triggered in the wtv-demux FATE test.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Reviewed-by: 's avatarPeter Ross <pross@xvid.org>
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    acbd950e
wtvdec.c 41 KB
EditWeb IDE

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