Reindent after r17764.

Originally committed as revision 17765 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Ronald S. Bultje 16 years ago
parent f3e71942e7
commit 95f03cf31f
  1. 4
      libavformat/rtpdec.c

@ -538,8 +538,8 @@ int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
}
}
// now perform timestamp things....
finalize_packet(s, pkt, timestamp);
// now perform timestamp things....
finalize_packet(s, pkt, timestamp);
return rv;
}

Loading…
Cancel
Save