]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
remove coded_width and coded_height from encoding
authorUkn Unknown <4031821+uknunknown@users.noreply.github.com>
Fri, 6 Jun 2025 17:43:20 +0000 (10:43 -0700)
committerFlole <Flole998@users.noreply.github.com>
Tue, 10 Jun 2025 13:00:01 +0000 (15:00 +0200)
commit19026f3202fbacb8ddd89b13d358ee64ce7f4929
treee76168eaaf6ff757153b60658d26f06b71647182
parent7bbbe57e9ebb204e1070b219fda611be91bb0ae0
remove coded_width and coded_height from encoding

according to AVCodecContext documentation this is only used for decoding, oavctx is used for encoding
src/transcoding/transcode/video.c