~akirad/cinecutie/trunk

« back to all changes in this revision

Viewing changes to TODO.dir/diffpatch/4/filetga.h.patch

  • Committer: Paolo Rampino
  • Date: 2010-03-08 16:31:37 UTC
  • Revision ID: git-v1:9ad8e050eef4a4777c099f39dc4ef1553387dfeb
Added TODO.dir to help develop added credits

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- cinecutie/filetga.h 2008-07-21 21:14:00.000000000 +0200
 
2
+++ /home/user/cinecutie/cinecutie/filetga.h    2010-02-19 22:19:11.958569362 +0100
 
3
@@ -38,8 +38,8 @@
 
4
                int audio_options,
 
5
                int video_options);
 
6
        int read_frame_header(char *path);
 
7
-       static const char* compression_to_str(const char *compression);
 
8
-       static const char* str_to_compression(const char *string);
 
9
+       static char* compression_to_str(char *compression);
 
10
+       static char* str_to_compression(char *string);
 
11
 
 
12
        int64_t get_memory_usage();
 
13
 // To be used in single frame FileTGA
 
14
@@ -108,7 +108,7 @@
 
15
 public:
 
16
        TGAConfigVideo(BC_WindowBase *gui, Asset *asset);
 
17
        ~TGAConfigVideo();
 
18
-       void create_objects();
 
19
+       int create_objects();
 
20
        int close_event();
 
21
 
 
22
        ArrayList<BC_ListBoxItem*> compression_items;