summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2009-03-16 13:01:02 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2009-03-16 13:01:02 +0000
commitc8829279574f250a7f34eaa0def602cce6f5eabc (patch)
tree93a69f7e696116ae822dfcfe7a617555c095eb2c /libavformat/rmdec.c
parent55d330f913747a17b50502fc148208adcd4e54bc (diff)
downloadffmpeg-c8829279574f250a7f34eaa0def602cce6f5eabc.tar.gz
Reindent after r18010.
Originally committed as revision 18011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rmdec.c')
-rw-r--r--libavformat/rmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index f3e51a1731..90f07a4f09 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -691,7 +691,7 @@ ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb,
ast->audiotimestamp = AV_NOPTS_VALUE;
pkt->flags = PKT_FLAG_KEY;
} else
- pkt->flags = 0;
+ pkt->flags = 0;
pkt->stream_index = st->index;
return rm->audio_pkt_cnt;