summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-06-02 03:10:40 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-06-02 03:10:40 +0000
commit591569b596f01be108292815f3d93a387a6ba58f (patch)
tree2f81074b3b766145a67c4784f4e7c538a3c23941 /libavcodec/parser.c
parent26f237254d56232a492054ac66d79c642d2df98b (diff)
indent
Originally committed as revision 13616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/parser.c')
-rw-r--r--libavcodec/parser.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/parser.c b/libavcodec/parser.c
index 00356b10e5..c32934d072 100644
--- a/libavcodec/parser.c
+++ b/libavcodec/parser.c
@@ -123,8 +123,8 @@ int av_parser_parse(AVCodecParserContext *s,
s->cur_frame_dts[k] = dts;
}
- if (s->fetch_timestamp){
- s->fetch_timestamp=0;
+ if (s->fetch_timestamp){
+ s->fetch_timestamp=0;
s->last_pts = s->pts;
s->last_dts = s->dts;
s->dts= s->pts= AV_NOPTS_VALUE;
@@ -150,7 +150,7 @@ int av_parser_parse(AVCodecParserContext *s,
/* offset of the next frame */
s->next_frame_offset = s->cur_offset + index;
- s->fetch_timestamp=1;
+ s->fetch_timestamp=1;
}
if (index < 0)
index = 0;