diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2017-04-17 17:06:28 -0500 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2017-04-17 17:06:28 -0500 |
commit | fddbf75fc914b1eff8354e129fc3b6c1144c06bd (patch) | |
tree | 3fc7f16b2ffd7e43fb8060b5ae8b3876989764bf /src/lib/emotion/emotion_private.h | |
parent | 6319f3831ac4a45e3bdc2784cfdf339efd80c921 (diff) |
Fix sed error that changed "video" to "videfl"
commit c662934be8bcbaba60d1688e77533acbea5d09b9 seems to have accidentally
renamed a few instances of _video_ to _videfl_, this hopefully changes
them all back.
Diffstat (limited to 'src/lib/emotion/emotion_private.h')
-rw-r--r-- | src/lib/emotion/emotion_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/emotion_private.h b/src/lib/emotion/emotion_private.h index e884dc3448..34e2bc3c9b 100644 --- a/src/lib/emotion/emotion_private.h +++ b/src/lib/emotion/emotion_private.h | |||
@@ -51,7 +51,7 @@ Eina_Bool emotion_engine_instance_audio_handled(Emotion_Engine_Instance *in | |||
51 | Eina_Bool emotion_engine_instance_seekable(Emotion_Engine_Instance *inst); | 51 | Eina_Bool emotion_engine_instance_seekable(Emotion_Engine_Instance *inst); |
52 | void emotion_engine_instance_frame_done(Emotion_Engine_Instance *inst); | 52 | void emotion_engine_instance_frame_done(Emotion_Engine_Instance *inst); |
53 | Emotion_Format emotion_engine_instance_format_get(const Emotion_Engine_Instance *inst); | 53 | Emotion_Format emotion_engine_instance_format_get(const Emotion_Engine_Instance *inst); |
54 | void emotion_engine_instance_videfl_data_size_get(const Emotion_Engine_Instance *inst, int *w, int *h); | 54 | void emotion_engine_instance_video_data_size_get(const Emotion_Engine_Instance *inst, int *w, int *h); |
55 | Eina_Bool emotion_engine_instance_yuv_rows_get(const Emotion_Engine_Instance *inst, int w, int h, unsigned char **yrows, unsigned char **urows, unsigned char **vrows); | 55 | Eina_Bool emotion_engine_instance_yuv_rows_get(const Emotion_Engine_Instance *inst, int w, int h, unsigned char **yrows, unsigned char **urows, unsigned char **vrows); |
56 | Eina_Bool emotion_engine_instance_bgra_data_get(const Emotion_Engine_Instance *inst, unsigned char **bgra_data); | 56 | Eina_Bool emotion_engine_instance_bgra_data_get(const Emotion_Engine_Instance *inst, unsigned char **bgra_data); |
57 | void emotion_engine_instance_event_feed(Emotion_Engine_Instance *inst, int event); | 57 | void emotion_engine_instance_event_feed(Emotion_Engine_Instance *inst, int event); |