diff options
Diffstat (limited to 'src/vc1_header.h')
-rw-r--r-- | src/vc1_header.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/vc1_header.h b/src/vc1_header.h index cb2213e..67462cc 100644 --- a/src/vc1_header.h +++ b/src/vc1_header.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2011 Intel Corporation. All Rights Reserved. - * Copyright (c) Imagination Technologies Limited, UK + * Copyright (c) Imagination Technologies Limited, UK * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the @@ -9,11 +9,11 @@ * distribute, sub license, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: - * + * * The above copyright notice and this permission notice (including the * next paragraph) shall be included in all copies or substantial portions * of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. @@ -305,6 +305,9 @@ struct context_VC1_s { uint32_t *p_slice_params; /* pointer to ui32SliceParams in CMD_HEADER_VC1 */ uint32_t *slice_first_pic_last; uint32_t *alt_output_flags; + + uint32_t forward_ref_fcm; + uint32_t backward_ref_fcm; }; typedef struct context_VC1_s *context_VC1_p; |