summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index 6659e2cd8..144136df4 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -46,7 +46,7 @@ struct content_handler {
bool (*process_data)(struct content *c,
const char *data, unsigned int size);
- bool (*convert)(struct content *c);
+ bool (*data_complete)(struct content *c);
void (*reformat)(struct content *c, int width, int height);
void (*destroy)(struct content *c);
void (*stop)(struct content *c);