mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/libx264: Remove unused variable
Reviewed-by: Zhao Zhili <quinkblack@foxmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
3fd047ee30
commit
6ecc2f0f6f
@ -867,7 +867,6 @@ static int save_sei(AVCodecContext *avctx, x264_nal_t *nal)
|
||||
#if CONFIG_LIBX264_ENCODER
|
||||
static int set_avcc_extradata(AVCodecContext *avctx, x264_nal_t *nal, int nnal)
|
||||
{
|
||||
X264Context *x4 = avctx->priv_data;
|
||||
x264_nal_t *sps_nal = NULL;
|
||||
x264_nal_t *pps_nal = NULL;
|
||||
uint8_t *p, *sps;
|
||||
|
Loading…
Reference in New Issue
Block a user