Browse Source

fix code alignment in http output

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/38/head
Steve Lhomme 11 years ago
committed by Jean-Baptiste Kempf
parent
commit
137273b4dc
  1. 2
      modules/access_output/http.c

2
modules/access_output/http.c

@ -105,7 +105,7 @@ struct sout_access_out_sys_t
int i_header_allocated;
int i_header_size;
uint8_t *p_header;
bool b_header_complete;
bool b_header_complete;
bool b_metacube;
bool b_has_keyframes;
};

Loading…
Cancel
Save