[FFmpeg-cvslog] doc/examples/encode_audio: add missing return

Clément Bœsch git at videolan.org
Wed Mar 29 14:45:30 EEST 2017


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Wed Mar 29 13:45:09 2017 +0200| [9bed10afb8b28f9aa8a90ab24b7103d9a35de3cc] | committer: Clément Bœsch

doc/examples/encode_audio: add missing return

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bed10afb8b28f9aa8a90ab24b7103d9a35de3cc
---

 doc/examples/encode_audio.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/examples/encode_audio.c b/doc/examples/encode_audio.c
index f3bb102..4f6371e 100644
--- a/doc/examples/encode_audio.c
+++ b/doc/examples/encode_audio.c
@@ -222,4 +222,6 @@ int main(int argc, char **argv)
 
     av_frame_free(&frame);
     avcodec_free_context(&c);
+
+    return 0;
 }



More information about the ffmpeg-cvslog mailing list