reindentation, patch by From: Steve Lhomme, slhomme divxcorp com

Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Steve L'Homme
2006-11-01 21:09:14 +00:00
committed by Diego Biurrun
parent 484267f3d3
commit e344c1ea36
8 changed files with 204 additions and 205 deletions

View File

@ -1854,8 +1854,8 @@ int av_find_stream_info(AVFormatContext *ic)
/* duplicate the packet */
if (av_dup_packet(pkt) < 0) {
ret = AVERROR_NOMEM;
break;
ret = AVERROR_NOMEM;
break;
}
read_size += pkt->size;