On Thu, 13 Jan 2022, lance.lmw...@gmail.com wrote:
From: Limin Wang <lance.lmw...@gmail.com>
ffmpeg -y -f lavfi -i testsrc -c:v libopenh264 -profile:v main -coder cavlc
-frames:v 1 -bsf trace_headers -f null -
before the patch:
entropy_coding_mode_flag 0 = 1
after the patch:
entropy_coding_mode_flag 0 = 0
I don't understand what this bit in the commit message tries to say?
Doesn't this patch have the effect, that if I only specify "-profile
high", I'll end up with CAVLC unless I specifically pass "-coder cabac"
too? If coder wasn't specified, I think we should still default to CABAC
for main/high.
// Martin
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".