Commit 04a5bdf3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Real demux: kill warnings

parent 671c8ee2
...@@ -86,10 +86,10 @@ typedef struct ...@@ -86,10 +86,10 @@ typedef struct
es_out_id_t *p_es; es_out_id_t *p_es;
int i_frame_size; unsigned i_frame_size;
int i_frame_num; int i_frame_num;
int i_frame_pos; unsigned i_frame_pos;
int i_frame_slice; int i_frame_slice;
int i_frame_slice_count; int i_frame_slice_count;
block_t *p_frame; block_t *p_frame;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment