doc/examples/encode_audio: add missing return

This commit is contained in:
Clément Bœsch 2017-03-29 13:45:09 +02:00
parent 878070cc56
commit 9bed10afb8
1 changed files with 2 additions and 0 deletions

View File

@ -222,4 +222,6 @@ int main(int argc, char **argv)
av_frame_free(&frame);
avcodec_free_context(&c);
return 0;
}