You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
idcin: return 0 from idcin_read_packet() on success.
This matches the AVInputFormat.read_packet() API.
This commit is contained in:
@@ -341,7 +341,7 @@ static int idcin_read_packet(AVFormatContext *s,
|
|||||||
if (idcin->audio_present)
|
if (idcin->audio_present)
|
||||||
idcin->next_chunk_is_video ^= 1;
|
idcin->next_chunk_is_video ^= 1;
|
||||||
|
|
||||||
return ret;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int idcin_read_seek(AVFormatContext *s, int stream_index,
|
static int idcin_read_seek(AVFormatContext *s, int stream_index,
|
||||||
|
Reference in New Issue
Block a user