Mercurial > libavformat.hg
diff idcin.c @ 885:da1d5db0ce5c libavformat
COSMETICS: Remove all trailing whitespace.
| author | diego |
|---|---|
| date | Sat, 17 Dec 2005 18:14:38 +0000 |
| parents | feca73904e67 |
| children | edbe5c3717f9 |
line wrap: on
line diff
--- a/idcin.c Sat Dec 17 17:57:03 2005 +0000 +++ b/idcin.c Sat Dec 17 18:14:38 2005 +0000 @@ -255,7 +255,7 @@ /* skip the number of decoded bytes (always equal to width * height) */ url_fseek(pb, 4, SEEK_CUR); chunk_size -= 4; - ret= av_get_packet(pb, pkt, chunk_size); + ret= av_get_packet(pb, pkt, chunk_size); if (ret != chunk_size) return AVERROR_IO; pkt->stream_index = idcin->video_stream_index;
