summaryrefslogtreecommitdiff
path: root/libavformat/rm.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2008-12-28 05:59:11 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2008-12-28 05:59:11 +0000
commitade8fb4d758977345df6d7e1c55a6cdc0394e019 (patch)
tree3be0b4d96d9be14d75b48d5f3f42ce885a16a937 /libavformat/rm.h
parenta9f84821c55b70e48195095d254c78fd5a886f75 (diff)
Reindent after r16368.
Originally committed as revision 16369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rm.h')
-rw-r--r--libavformat/rm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rm.h b/libavformat/rm.h
index 4e2a5b7604..2f45c0ff95 100644
--- a/libavformat/rm.h
+++ b/libavformat/rm.h
@@ -87,6 +87,6 @@ int ff_rm_parse_packet (AVFormatContext *s, ByteIOContext *pb,
* function, or 0 if all samples have been retrieved.
*/
int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb,
- AVStream *st, RMStream *rst, AVPacket *pkt);
+ AVStream *st, RMStream *rst, AVPacket *pkt);
#endif /* AVFORMAT_RM_H */