summaryrefslogtreecommitdiff
path: root/plugins/liboggedit/oggedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/liboggedit/oggedit.h')
-rw-r--r--plugins/liboggedit/oggedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/liboggedit/oggedit.h b/plugins/liboggedit/oggedit.h
index b0a4d9b0..d95d51bd 100644
--- a/plugins/liboggedit/oggedit.h
+++ b/plugins/liboggedit/oggedit.h
@@ -61,7 +61,7 @@
#define OGGEDIT_STAT_FAILED -13
/* I/O error writing to file (disk full?) */
#define OGGEDIT_WRITE_ERROR -14
-/* Failed to flush pages from a stream, fatal Ogg internal error */
+/* Failed to flush pages from a stream, fatal Ogg internal error (libogg < v1.2.0?)*/
#define OGGEDIT_FLUSH_FAILED -15
/* Renaming tewmporary file failed (usually sticky bit or directory permissions) */
#define OGGEDIT_RENAME_FAILED -16