On Sat, Apr 23, 2016 at 6:27 PM, Carl Eugen Hoyos wrote:
> Rick Kern gmail.com> writes:
>
>> Add an entropy setting to choose between CAVLC and CABAC.
>
> Am I correct that it is impossible to do this similar to
> libx264?
>
libx264 in avcodec uses "coder" with values "cabac"/"ac" or
"cavlc"/"vl
Rick Kern gmail.com> writes:
> Add an entropy setting to choose between CAVLC and CABAC.
Am I correct that it is impossible to do this similar to
libx264?
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/lis
Add an entropy setting to choose between CAVLC and CABAC.
Signed-off-by: Rick Kern
---
libavcodec/videotoolboxenc.c | 31 +++
1 file changed, 31 insertions(+)
diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
index ec69bb1..07577b6 100644
--- a