git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
002c95d
)
10l, set ret to 0 when finished
author
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Wed, 11 Mar 2009 06:13:14 +0000
(06:13 +0000)
committer
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Wed, 11 Mar 2009 06:13:14 +0000
(06:13 +0000)
Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
patch
|
blob
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index
eb91de9
..
83fdb37
100644
(file)
--- a/
ffmpeg.c
+++ b/
ffmpeg.c
@@
-2231,6
+2231,7
@@
static int av_encode(AVFormatContext **output_files,
}
/* finished ! */
+ ret = 0;
fail:
av_freep(&bit_buffer);