You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
avformat/iamf_parse: Remove dead case
Fixes: CID1559546 Logically dead code Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@ -1078,8 +1078,6 @@ int ff_iamfdec_read_descriptors(IAMFContext *c, AVIOContext *pb,
|
|||||||
case IAMF_OBU_IA_MIX_PRESENTATION:
|
case IAMF_OBU_IA_MIX_PRESENTATION:
|
||||||
ret = mix_presentation_obu(log_ctx, c, pb, obu_size);
|
ret = mix_presentation_obu(log_ctx, c, pb, obu_size);
|
||||||
break;
|
break;
|
||||||
case IAMF_OBU_IA_TEMPORAL_DELIMITER:
|
|
||||||
break;
|
|
||||||
default: {
|
default: {
|
||||||
int64_t offset = avio_skip(pb, obu_size);
|
int64_t offset = avio_skip(pb, obu_size);
|
||||||
if (offset < 0)
|
if (offset < 0)
|
||||||
|
Reference in New Issue
Block a user