aboutsummaryrefslogtreecommitdiffstats
path: root/transcode_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'transcode_data.h')
-rw-r--r--transcode_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/transcode_data.h b/transcode_data.h
index 4a0199df0f..6b3ded4955 100644
--- a/transcode_data.h
+++ b/transcode_data.h
@@ -108,6 +108,8 @@ typedef enum {
} rb_trans_result_t;
typedef struct {
+ const char *from;
+ const char *to;
rb_transcoding *tc;
unsigned char *out_buf_start;
unsigned char *out_data_start;