summaryrefslogtreecommitdiff
path: root/msmcobalt/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h
diff options
context:
space:
mode:
Diffstat (limited to 'msmcobalt/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h')
-rw-r--r--msmcobalt/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/msmcobalt/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h b/msmcobalt/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h
index 43d2705..b3794b4 100644
--- a/msmcobalt/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h
+++ b/msmcobalt/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h
@@ -458,7 +458,8 @@ class venc_dev
bool async_thread_force_stop;
class omx_venc *venc_handle;
OMX_ERRORTYPE allocate_extradata(struct extradata_buffer_info *extradata_info);
- void free_extradata();
+ void free_extradata_all();
+ void free_extradata(struct extradata_buffer_info *extradata_info);
int append_mbi_extradata(void *, struct msm_vidc_extradata_header*);
bool handle_output_extradata(void *, int);
bool handle_input_extradata(struct v4l2_buffer);