mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
doc/examples/encode_audio: add missing return
This commit is contained in:
parent
878070cc56
commit
9bed10afb8
@ -222,4 +222,6 @@ int main(int argc, char **argv)
|
||||
|
||||
av_frame_free(&frame);
|
||||
avcodec_free_context(&c);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user