mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avformat/libgme: Remove redundant setting of packet size
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -166,7 +166,6 @@ static int read_packet_gme(AVFormatContext *s, AVPacket *pkt)
|
||||
|
||||
if (gme_play(gme->music_emu, n_samples, (short *)pkt->data))
|
||||
return AVERROR_EXTERNAL;
|
||||
pkt->size = AUDIO_PKT_SIZE;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user