g_print("running test_%s_%s\n", #name, "raw_h264_mov"); \
testfilename1 = "assets/raw_h264.0.mov"; \
testfilename2 = "assets/raw_h264.1.mov"; \
- test_image_filename = "assets/test.png"; \
+ test_image_filename = "assets/png.png"; \
current_profile = profile; \
func (); \
} \
g_print("running test_%s_%s\n", #name, "vorbis_theora_ogv"); \
testfilename1 = "assets/vorbis_theora.0.ogg"; \
testfilename2 = "assets/vorbis_theora.1.ogg"; \
- test_image_filename = "assets/test.png"; \
+ test_image_filename = "assets/png.png"; \
current_profile = profile; \
func (); \
} \
g_print("running test_%s_%s\n", #name, "vorbis_vp8_webm"); \
testfilename1 = "assets/vorbis_vp8.0.webm"; \
testfilename2 = "assets/vorbis_vp8.1.webm"; \
- test_image_filename = "assets/test.png"; \
+ test_image_filename = "assets/png.png"; \
current_profile = profile; \
func (); \
} \
g_print("running test_%s_%s\n", #name, "mp3_h264_mov"); \
testfilename1 = "assets/mp3_h264.0.mov"; \
testfilename2 = "assets/mp3_h264.1.mov"; \
- test_image_filename = "assets/test.png"; \
+ test_image_filename = "assets/png.png"; \
current_profile = profile; \
func (); \
} \