fix for strict prototype error.
This commit is contained in:
@@ -59,14 +59,14 @@ void filepath_qt(char *string, struct RenderData *rd);
|
||||
/*RNA helper functions */
|
||||
void quicktime_verify_image_type(struct RenderData *rd); //used by RNA for defaults values init, if needed
|
||||
/*Video codec type*/
|
||||
int quicktime_get_num_videocodecs();
|
||||
int quicktime_get_num_videocodecs(void);
|
||||
QuicktimeCodecTypeDesc* quicktime_get_videocodecType_desc(int indexValue);
|
||||
int quicktime_rnatmpvalue_from_videocodectype(int codecType);
|
||||
int quicktime_videocodecType_from_rnatmpvalue(int rnatmpvalue);
|
||||
|
||||
#ifdef USE_QTKIT
|
||||
/*Audio codec type*/
|
||||
int quicktime_get_num_audiocodecs();
|
||||
int quicktime_get_num_audiocodecs(void);
|
||||
QuicktimeCodecTypeDesc* quicktime_get_audiocodecType_desc(int indexValue);
|
||||
int quicktime_rnatmpvalue_from_audiocodectype(int codecType);
|
||||
int quicktime_audiocodecType_from_rnatmpvalue(int rnatmpvalue);
|
||||
|
||||
Reference in New Issue
Block a user