Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
8a6c7a52
Commit
8a6c7a52
authored
Sep 16, 2009
by
Michael Niedermayer
Browse files
Fix indention after last commit.
Originally committed as revision 19888 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e07b882b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libavformat/utils.c
libavformat/utils.c
+6
-6
No files found.
libavformat/utils.c
View file @
8a6c7a52
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment