mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
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:

committed by
Diego Biurrun

parent
484267f3d3
commit
e344c1ea36
@ -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;
|
||||
|
Reference in New Issue
Block a user