diff options
author | Koushik Dutta <koushd@gmail.com> | 2025-03-26 13:13:13 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2025-03-29 22:49:57 +0100 |
commit | 2657e1679ef595ad4e873cfae5a069dd559a762e (patch) | |
tree | 2d4af5f780ad6e86d24f294a3d2b356f19303964 /fftools/cmdutils.c | |
parent | 5fac8d062d2bfe74b8844dd2538137b087b985e5 (diff) | |
download | ffmpeg-2657e1679ef595ad4e873cfae5a069dd559a762e.tar.gz |
avformat/rtpenc: Add flag AVFMT_NODIMENSIONS.
Not all rtp formats require the video dimensions to be available
up front. H264 and HEVC will send them as stream parameters.
The flag is restrictive and prevents RTP repacketization
without parsing the codec information out of the stream.
This change checks to see if the codec parameters are available
on the rtp formats that need it.
Signed-off-by: Koushik Dutta <koushd@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'fftools/cmdutils.c')
0 files changed, 0 insertions, 0 deletions