[h264e]: Remove unused i_frame_packing

Change-Id: Ia53c2513bc57dde47960c06374d1c6d5fa729da7
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2019-04-16 09:53:26 +08:00
parent 90b2a3838c
commit a1ae919a33
5 changed files with 4 additions and 14 deletions

View File

@@ -652,7 +652,6 @@ typedef struct MppEncH264RefCfg_t {
RK_S32 hw_longterm_mode;
RK_S32 i_dpb_size; /* Force a DPB size larger than that implied by B-frames and reference frames.
* Useful in combination with interactive error resilience. */
RK_S32 i_frame_packing;
} MppEncH264RefCfg;
typedef struct MppEncH264SeiCfg_t {