1
0
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:
Diego Biurrun
2011-12-20 15:39:22 +01:00
parent 44b0edda3f
commit 8fd35b1aac
4 changed files with 10 additions and 6 deletions

View File

@@ -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;
}
}