mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
cosmetics: whitespace
Originally committed as revision 16951 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
679f5c2542
commit
69b6d53beb
1 changed files with 1 additions and 2 deletions
|
|
@ -871,8 +871,7 @@ static int matroska_decode_buffer(uint8_t** buf, int* buf_size,
|
|||
case MATROSKA_TRACK_ENCODING_COMP_LZO:
|
||||
do {
|
||||
olen = pkt_size *= 3;
|
||||
pkt_data = av_realloc(pkt_data,
|
||||
pkt_size+AV_LZO_OUTPUT_PADDING);
|
||||
pkt_data = av_realloc(pkt_data, pkt_size+AV_LZO_OUTPUT_PADDING);
|
||||
result = av_lzo1x_decode(pkt_data, &olen, data, &isize);
|
||||
} while (result==AV_LZO_OUTPUT_FULL && pkt_size<10000000);
|
||||
if (result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue