mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix indention after last commit.
Originally committed as revision 19888 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e07b882b4d
commit
8a6c7a5286
@ -2665,16 +2665,16 @@ void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
|
||||
if(*next_point){
|
||||
if(compare(s, &s->packet_buffer_end->pkt, pkt)){
|
||||
while(!compare(s, &(*next_point)->pkt, pkt)){
|
||||
next_point= &(*next_point)->next;
|
||||
}
|
||||
next_point= &(*next_point)->next;
|
||||
}
|
||||
goto next_non_null;
|
||||
}else{
|
||||
next_point = &(s->packet_buffer_end->next);
|
||||
}else{
|
||||
next_point = &(s->packet_buffer_end->next);
|
||||
}
|
||||
}
|
||||
assert(!*next_point);
|
||||
assert(!*next_point);
|
||||
|
||||
s->packet_buffer_end= this_pktl;
|
||||
s->packet_buffer_end= this_pktl;
|
||||
next_non_null:
|
||||
|
||||
this_pktl->next= *next_point;
|
||||
|
Loading…
Reference in New Issue
Block a user