Commit 9bed10af authored by Clément Bœsch's avatar Clément Bœsch

doc/examples/encode_audio: add missing return

parent 878070cc
......@@ -222,4 +222,6 @@ int main(int argc, char **argv)
av_frame_free(&frame);
avcodec_free_context(&c);
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment