diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-16 13:01:02 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-16 13:01:02 +0000 |
commit | c8829279574f250a7f34eaa0def602cce6f5eabc (patch) | |
tree | 93a69f7e696116ae822dfcfe7a617555c095eb2c /libavformat/rmdec.c | |
parent | 55d330f913747a17b50502fc148208adcd4e54bc (diff) | |
download | ffmpeg-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.c | 2 |
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; |