diff options
author | Mickaƫl Raulet <mraulet@insa-rennes.fr> | 2013-10-20 09:25:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-22 08:41:14 +0200 |
commit | 1912842045f2531f11ca90bbd483cd99096b4afd (patch) | |
tree | 2553cf6352a8da1a5b38521b82747650bbe3a19f /libavcodec/hevc.h | |
parent | 23c06984995e69d1cdc9ef1d610d6942e970dec6 (diff) | |
download | ffmpeg-1912842045f2531f11ca90bbd483cd99096b4afd.tar.gz |
hevc: remove disable_au option(cherry picked from commit e90b3f6753d645fec076e951a0597a5dc2d2fe31)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 4b091b634c..adad57cb27 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -756,7 +756,6 @@ typedef struct HEVCContext { HEVCLocalContext HEVClc; - int disable_au; int width; int height; |