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
(parent:
dac7b27
)
avformat/oggenc: Fix return code in case of flushing
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 9 Jun 2015 16:42:55 +0000
(18:42 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 9 Jun 2015 16:42:55 +0000
(18:42 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/oggenc.c
patch
|
blob
|
history
diff --git
a/libavformat/oggenc.c
b/libavformat/oggenc.c
index
873dfac
..
2c0a44e
100644
(file)
--- a/
libavformat/oggenc.c
+++ b/
libavformat/oggenc.c
@@
-620,7
+620,7
@@
static int ogg_write_packet(AVFormatContext *s, AVPacket *pkt)
}
ogg_write_pages(s, 2);
- return
0
;
+ return
1
;
}
static int ogg_write_trailer(AVFormatContext *s)