On 29/10/14 11:14, Martin Storsjö wrote:
--- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 8119a3f..30c500e 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -3777,7 +3777,7 @@ static int mov_write_trailer(AVFormatContext *s) av_log(s, AV_LOG_INFO, "Starting second pass: moving the moov atom to the beginning of the file\n"); res = shift_data(s); if (res == 0) { - avio_seek(s->pb, mov->reserved_moov_pos, SEEK_SET); + avio_seek(pb, mov->reserved_moov_pos, SEEK_SET); mov_write_moov_tag(pb, mov, s); } } else {
Ok _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
