mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 04:17:05 +00:00
Indent.
Originally committed as revision 21933 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d68b27a95d
commit
802da0b490
@ -251,7 +251,7 @@ static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
|
|||||||
if ((ret=av_new_packet(pkt, s->frame_size)) < 0)
|
if ((ret=av_new_packet(pkt, s->frame_size)) < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
ret = read(s->fd, pkt->data, pkt->size);
|
ret = read(s->fd, pkt->data, pkt->size);
|
||||||
if (ret <= 0){
|
if (ret <= 0){
|
||||||
av_free_packet(pkt);
|
av_free_packet(pkt);
|
||||||
pkt->size = 0;
|
pkt->size = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user