mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 11:24:17 +00:00
yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2301 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
34f60ee61b
commit
a63d49334e
@ -126,7 +126,7 @@ static int yuv4_write_packet(AVFormatContext *s, int stream_index,
|
|||||||
picture = (AVPicture *)buf;
|
picture = (AVPicture *)buf;
|
||||||
|
|
||||||
/* construct frame header */
|
/* 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));
|
put_buffer(pb, buf1, strlen(buf1));
|
||||||
|
|
||||||
width = st->codec.width;
|
width = st->codec.width;
|
||||||
|
Loading…
Reference in New Issue
Block a user