You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Fix a bunch of typos.
This commit is contained in:
@@ -606,7 +606,7 @@ static int mms_read(URLContext *h, uint8_t *buf, int size)
|
||||
// copy the data to the packet buffer.
|
||||
result = ff_mms_read_data(mms, buf, size);
|
||||
if (result == 0) {
|
||||
av_dlog(NULL, "read asf media paket size is zero!\n");
|
||||
av_dlog(NULL, "Read ASF media packet size is zero!\n");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user