diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-03-03 16:42:47 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-03-08 07:24:50 +0100 |
commit | fc706276c051c425538d1476a7be05442d06dd0f (patch) | |
tree | a45e1c7af356e4a5ea56d9271d87ae2dfde02eca /libavcodec/libopusenc.c | |
parent | c259f8031561662da32f8027b8503c218679af3b (diff) | |
download | ffmpeg-fc706276c051c425538d1476a7be05442d06dd0f.tar.gz |
lavu/opt: distinguish between native and foreign access for AVOption fields
Native access is from the code that declared the options, foreign access
is from code that is using the options. Forbid foreign access to
AVOption.offset/default_val, for which there is no good reason, and
which should allow us more freedom in extending their semantics in a
compatible way.
Diffstat (limited to 'libavcodec/libopusenc.c')
0 files changed, 0 insertions, 0 deletions