diff options
Diffstat (limited to 'apps/codecs/librm/rm.c')
-rw-r--r-- | apps/codecs/librm/rm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/librm/rm.c b/apps/codecs/librm/rm.c index d721ceb81f..a179688e7a 100644 --- a/apps/codecs/librm/rm.c +++ b/apps/codecs/librm/rm.c | |||
@@ -430,7 +430,7 @@ int real_parse_header(int fd, RMContext *rmctx) | |||
430 | read_uint32be(fd,&next_data_off); | 430 | read_uint32be(fd,&next_data_off); |
431 | skipped += 4; | 431 | skipped += 4; |
432 | if (!rmctx->nb_packets && (rmctx->flags & 4)) | 432 | if (!rmctx->nb_packets && (rmctx->flags & 4)) |
433 | rmctx->nb_packets = 3600 * 25; | 433 | rmctx->nb_packets = 3600 * 25; |
434 | 434 | ||
435 | /*** | 435 | /*** |
436 | * nb_packets correction : | 436 | * nb_packets correction : |
@@ -444,7 +444,7 @@ int real_parse_header(int fd, RMContext *rmctx) | |||
444 | 444 | ||
445 | DEBUGF(" data_nb_packets = %d\n",rmctx->nb_packets); | 445 | DEBUGF(" data_nb_packets = %d\n",rmctx->nb_packets); |
446 | DEBUGF(" next DATA offset = %d\n",next_data_off); | 446 | DEBUGF(" next DATA offset = %d\n",next_data_off); |
447 | header_end = 1; | 447 | header_end = 1; |
448 | break; | 448 | break; |
449 | } | 449 | } |
450 | if(header_end) break; | 450 | if(header_end) break; |