Commit 34d45b36 authored by Alexandra Hájková's avatar Alexandra Hájková Committed by Luca Barbato

asfdec: Fix typo in comment

Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent 40d43d25
......@@ -1218,7 +1218,7 @@ static int asf_read_single_payload(AVFormatContext *s, ASFPacket *asf_pkt)
int ret, data_size;
if (!asf_pkt->data_size) {
data_size = avio_rl32(pb); // read media objectgg size
data_size = avio_rl32(pb); // read media object size
if (data_size <= 0)
return AVERROR_EOF;
if ((ret = av_new_packet(&asf_pkt->avpkt, data_size)) < 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment