comparison libmpdemux/demux_real.c @ 36550:ecba0563cd4a

Remove double ; This fixes "libmpdemux/demux_real.c:591: warning: ISO C90 forbids mixed declarations and code" warning.
author rtogni
date Sun, 19 Jan 2014 17:33:05 +0000
parents d59d34ca145b
children 79358001ddb2
comparison
equal deleted inserted replaced
36549:d59d34ca145b 36550:ecba0563cd4a
585 #ifdef CRACK_MATRIX 585 #ifdef CRACK_MATRIX
586 int i; 586 int i;
587 #endif 587 #endif
588 int flags; 588 int flags;
589 int version; 589 int version;
590 int pk_group;; 590 int pk_group;
591 demux_packet_t *dp; 591 demux_packet_t *dp;
592 int x, sps, cfs, sph, spc, w; 592 int x, sps, cfs, sph, spc, w;
593 int audioreorder_getnextpk = 0; 593 int audioreorder_getnextpk = 0;
594 594
595 // Don't demux video if video codec init failed 595 // Don't demux video if video codec init failed