On 2016-06-09 10:29:51 +0200, Anton Khirnov wrote: > While the value of those variables will be constant for the whole frame, > they are only used in two functions called from slice header decoding. > Moving them to the per-slice context allows us to make the H264Context > passed to slice_header_parse() constant. > --- > libavcodec/h264.h | 12 ++---------- > libavcodec/h264_refs.c | 10 +++++----- > libavcodec/h264_slice.c | 13 +++++-------- > 3 files changed, 12 insertions(+), 23 deletions(-)
ok Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
