Changeset c82bf15d in ffmpeg

Timestamp:
Feb 24, 2015, 2:25:43 PM (10 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
12251f99, cf958774
Parents:
3567b91e
git-author:
Martin Storsjö <martin@martin.st> (02/23/15 21:06:01)
git-committer:
Martin Storsjö <martin@martin.st> (02/24/15 14:25:43)
Message:

rtpenc: Merge the h264 and hevc packetizers

They share a great deal of common structure; only a few minor
bits in the headers differ.

This also fixes an off-by-one in sending of the last fragment
of large HEVC nals (where it previously sent len+2 bytes, even
if it should have been len+RTP_HEVC_HEADERS_SIZE aka len+3).

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.