summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-26 18:16:48 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-26 18:16:48 +0200
commita38cdfde5285700fc8a4db3592f9cca287079265 (patch)
treeadbc3737a505c665e27154e17f1bfbe307447f41 /ffmpeg.c
parentad0193bf9cb258695a7f929954edd6e2e51de4d9 (diff)
vsrc_buffer: Set output size
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 2c69608aab..bf0133e2e4 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1638,7 +1638,7 @@ static int output_packet(AVInputStream *ist, int ist_index,
av_vsrc_buffer_add_frame2(ost->input_video_filter, &picture,
ist->pts,
sar, ist->st->codec->width, ist->st->codec->height,
- ist->st->codec->pix_fmt, "0:0"); //TODO user setable params
+ ist->st->codec->pix_fmt, ""); //TODO user setable params
}
}
}