You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/evc: remove duplicate check
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -226,9 +226,6 @@ static int evcc_write(AVIOContext *pb, EVCDecoderConfigurationRecord *evcc)
|
|||||||
if (!sps_count || sps_count > EVC_MAX_SPS_COUNT)
|
if (!sps_count || sps_count > EVC_MAX_SPS_COUNT)
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
|
|
||||||
if (!sps_count || sps_count > EVC_MAX_SPS_COUNT)
|
|
||||||
return AVERROR_INVALIDDATA;
|
|
||||||
|
|
||||||
/* unsigned int(8) configurationVersion = 1; */
|
/* unsigned int(8) configurationVersion = 1; */
|
||||||
avio_w8(pb, evcc->configurationVersion);
|
avio_w8(pb, evcc->configurationVersion);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user