X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2FREADME;h=0c51ff9755cecb96d3d8999bbeed5a73ac3b8ad0;hb=da57d2a48d8d0be8ef7679ae35aa9db98d52f6a0;hp=2f30e64db9f53a3a33d99dc8628ec31ebb0c8ef6;hpb=44937a765286e974ee785d663de2b299c99ed29e;p=platform%2Fupstream%2Fflac.git diff --git a/examples/README b/examples/README index 2f30e64..0c51ff9 100644 --- a/examples/README +++ b/examples/README @@ -7,3 +7,6 @@ The "cpp" directory has analogous programs that are all in C++ and use libFLAC++ The programs are: c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC +c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC +cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++ +cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++