Revision a2704c97 libavformat/qcp.c
libavformat/qcp.c | ||
---|---|---|
165 | 165 |
return ret; |
166 | 166 |
} |
167 | 167 |
|
168 |
if (url_ftell(pb) & 1 && avio_r8(pb))
|
|
168 |
if (avio_tell(pb) & 1 && avio_r8(pb))
|
|
169 | 169 |
av_log(s, AV_LOG_WARNING, "Padding should be 0.\n"); |
170 | 170 |
|
171 | 171 |
tag = avio_rl32(pb); |
Also available in: Unified diff