You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/flacdec: remove unused return code assignment
Fixes CID1271811 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -263,7 +263,7 @@ static av_unused int64_t flac_read_timestamp(AVFormatContext *s, int stream_inde
|
||||
break;
|
||||
}
|
||||
av_init_packet(&out_pkt);
|
||||
ret = av_parser_parse2(parser, st->codec,
|
||||
av_parser_parse2(parser, st->codec,
|
||||
&out_pkt.data, &out_pkt.size, pkt.data, pkt.size,
|
||||
pkt.pts, pkt.dts, *ppos);
|
||||
|
||||
|
Reference in New Issue
Block a user