Browse Source

doc/examples/encode_audio: add missing return

tags/n3.3
Clément Bœsch 8 years ago
parent
commit
9bed10afb8
1 changed files with 2 additions and 0 deletions
  1. +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;
}

Loading…
Cancel
Save