summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuigi Yucheng LIU <luigi.liu@laposte.net>2014-08-26 21:28:09 +0800
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-08-27 18:37:47 +0200
commit526924fc3c1610a370e74435d3d6d987cec9dfa2 (patch)
tree80424ae0e3da4c64449eade90366ffa4e69db587 /src
parent35df377171bd73d26db2c2b0b92cc2381a3adae7 (diff)
downloadODR-AudioEnc-526924fc3c1610a370e74435d3d6d987cec9dfa2.tar.gz
ODR-AudioEnc-526924fc3c1610a370e74435d3d6d987cec9dfa2.tar.bz2
ODR-AudioEnc-526924fc3c1610a370e74435d3d6d987cec9dfa2.zip
Add certain comments
Diffstat (limited to 'src')
-rw-r--r--src/mot-encoder.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mot-encoder.cpp b/src/mot-encoder.cpp
index c864d68..85d1327 100644
--- a/src/mot-encoder.cpp
+++ b/src/mot-encoder.cpp
@@ -105,10 +105,10 @@ struct slide_metadata_t {
}
};
struct history_t {
- // footprints to slide
+ // slide footprints
std::vector<std::string> footprints;
- // position to the last added
+ // position marking the last added footprint
unsigned int cursor;
};
@@ -1109,7 +1109,7 @@ void make_footprint(const char * filepath, std::string & footprint) {
int cursor;
int cursor2;
- // obtenir le nom du fichier
+ // get filename
for (cursor = len_path - 1;
cursor >= 0;
cursor--) {