Skip to content

Commit b22e104

Browse files
author
lizhuoli
committed
Update the example AVIF files link
1 parent 976d522 commit b22e104

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Example/SDWebImageAVIFCoder/SDViewController.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ - (void)viewDidLoad
2222

2323
SDImageAVIFCoder *AVIFCoder = [SDImageAVIFCoder sharedCoder];
2424
[[SDImageCodersManager sharedManager] addCoder:AVIFCoder];
25-
NSURL *AVIFURL = [NSURL URLWithString:@"https://raw.githubusercontent.com/AOMediaCodec/av1-avif/master/testFiles/Microsoft/kids_720p.avif"];
26-
NSURL *HDRAVIFURL = [NSURL URLWithString:@"https://raw.githubusercontent.com/AOMediaCodec/av1-avif/master/testFiles/Microsoft/Chimera_10bit_cropped_to_1920x1008.avif"];
27-
25+
NSURL *AVIFURL = [NSURL URLWithString:@"https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.avif"];
26+
NSURL *HDRAVIFURL = [NSURL URLWithString:@"https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile2.12bpc.yuv422.avif"];
2827
CGSize screenSize = [UIScreen mainScreen].bounds.size;
2928

3029
UIImageView *imageView1 = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, screenSize.width, screenSize.height / 2)];

0 commit comments

Comments
 (0)