Commit 63360773 authored by michaelni's avatar michaelni

yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2301 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0f374829
......@@ -126,7 +126,7 @@ static int yuv4_write_packet(AVFormatContext *s, int stream_index,
picture = (AVPicture *)buf;
/* construct frame header */
m = snprintf(buf1, sizeof(buf1), "%s \n", Y4M_FRAME_MAGIC);
m = snprintf(buf1, sizeof(buf1), "%s\n", Y4M_FRAME_MAGIC);
put_buffer(pb, buf1, strlen(buf1));
width = st->codec.width;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment