On Wed, 6 May 2020, Linjie Fu wrote:
And determine the profile with following priority:
1. s->profile; then
2. avctx->profile; then
3. s->cabac; then
4. a default profile.
This seems more natural in case user somehow sets both avctx->profile and
s->profile.
Signed-off-by: Linjie Fu
---
libavc
And determine the profile with following priority:
1. s->profile; then
2. avctx->profile; then
3. s->cabac; then
4. a default profile.
This seems more natural in case user somehow sets both avctx->profile and
s->profile.
Signed-off-by: Linjie Fu
---
libavcodec/libopenh264enc.c | 15