]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/transrate/transrate.h
Fixed playing of some twos/sowt samples (close #1621)
[vlc] / modules / stream_out / transrate / transrate.h
index 422f167eb43fc6068910c39307765c640d6a16ef..2aa7ab0d34588cb29080ffd1b881376bb7db6b0c 100644 (file)
@@ -87,7 +87,7 @@ typedef struct
     unsigned int new_quantizer_scale;
     unsigned int last_coded_scale;
     int   h_offset, v_offset;
-    vlc_bool_t b_error;
+    bool b_error;
 
     // mb
     double qrate;
@@ -103,10 +103,10 @@ typedef struct
 struct sout_stream_id_t
 {
     void            *id;
-    vlc_bool_t      b_transrate;
+    bool      b_transrate;
 
     block_t         *p_current_buffer;
-    block_t        *p_next_gop;
+    block_t           *p_next_gop;
     mtime_t         i_next_gop_duration;
     size_t          i_next_gop_size;