You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
doc/examples/encode_audio: add missing return
This commit is contained in:
@@ -222,4 +222,6 @@ int main(int argc, char **argv)
|
||||
|
||||
av_frame_free(&frame);
|
||||
avcodec_free_context(&c);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user