Revision 93951943 libavformat/nutenc.c
libavformat/nutenc.c | ||
---|---|---|
160 | 160 |
} |
161 | 161 |
|
162 | 162 |
/** |
163 |
* stores a string as vb.
|
|
163 |
* Stores a string as vb.
|
|
164 | 164 |
*/ |
165 | 165 |
static void put_str(ByteIOContext *bc, const char *string){ |
166 | 166 |
int len= strlen(string); |
... | ... | |
457 | 457 |
if(pkt->size + 30/*FIXME check*/ + url_ftell(bc) >= nut->last_syncpoint_pos + nut->max_distance) |
458 | 458 |
store_sp= 1; |
459 | 459 |
|
460 |
//FIXME ensure store_sp is 1 for the first thing
|
|
460 |
//FIXME: Ensure store_sp is 1 in the first place.
|
|
461 | 461 |
|
462 | 462 |
if(store_sp){ |
463 | 463 |
syncpoint_t *sp, dummy= {.pos= INT64_MAX}; |
Also available in: Unified diff