This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doc/examples/encode_audio: add missing return
tags/n3.3
Clément Bœsch
8 years ago
parent
878070cc56
commit
9bed10afb8
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
doc/examples/encode_audio.c
+ 2
- 0
doc/examples/encode_audio.c
View File
@@ -222,4 +222,6 @@ int main(int argc, char **argv)
av_frame_free(&frame);
avcodec_free_context(&c);
return 0;
}
Write
Preview
Loading…
Cancel
Save