Browse Source

Reindent.

Originally committed as revision 19708 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reimar Döffinger 16 years ago
parent
commit
d5a30f86d4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libavcodec/pgssubdec.c

+ 3
- 3
libavcodec/pgssubdec.c View File

@@ -348,9 +348,9 @@ static int display_end_segment(AVCodecContext *avctx, void *data,
sub->end_display_time = 20000;
sub->format = 0;

sub->rects = av_mallocz(sizeof(*sub->rects));
sub->rects[0] = av_mallocz(sizeof(*sub->rects[0]));
sub->num_rects = 1;
sub->rects = av_mallocz(sizeof(*sub->rects));
sub->rects[0] = av_mallocz(sizeof(*sub->rects[0]));
sub->num_rects = 1;

sub->rects[0]->x = ctx->presentation.x;
sub->rects[0]->y = ctx->presentation.y;


Loading…
Cancel
Save