mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
avcodec/msrleenc: Replace stray \r by \n
Reviewed-by: Tomas Härdin <git@haerdin.se> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
463a472426
commit
a054ceb4e2
1 changed files with 2 additions and 1 deletions
|
|
@ -234,7 +234,8 @@ static int encode(AVCodecContext *avctx, AVPacket *pkt,
|
|||
}
|
||||
bytestream_put_be16(&data, 0x0001); // end of bitmap
|
||||
pkt->size = data - pkt->data;
|
||||
return 0;
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int msrle_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
|
||||
const AVFrame *pict, int *got_packet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue