OSDN Git Service

hevc: remove HEVCContext usage from hevc_ps
authorAnton Khirnov <anton@khirnov.net>
Thu, 9 Jul 2015 12:22:43 +0000 (14:22 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jul 2015 16:15:39 +0000 (18:15 +0200)
commitb11acd57326db6c2cc1475dd0bea2a06fbc85aa2
tree64740e507baccb89e4245ba3d2057e8359576ef5
parentab05ed4c322ed0488ac9b5d2ef5d4ffa55a946a7
hevc: remove HEVCContext usage from hevc_ps

Factor out the parameter sets into a separate struct and use it instead.

This will allow us to reuse this code in the parser.
libavcodec/hevc.c
libavcodec/hevc.h
libavcodec/hevc_cabac.c
libavcodec/hevc_filter.c
libavcodec/hevc_mvs.c
libavcodec/hevc_ps.c
libavcodec/hevc_refs.c
libavcodec/hevcpred_template.c