Skip to content
Snippets Groups Projects
  1. Nov 15, 2019
  2. Nov 14, 2019
  3. Nov 13, 2019
  4. Nov 12, 2019
    • Johan Gunnarsson's avatar
      codec/telx: Fix warning · eb06ce12
      Johan Gunnarsson authored and Thomas Guillem's avatar Thomas Guillem committed
      
      Make sure the dbg macro can't compile down to nothing, so it can be used in
      if statements without braces.
      
      codec/telx.c: In function ‘Decode’:
      codec/telx.c:686:81: warning: suggest braces around empty body in an ‘if’
      statement [-Wempty-body]
      (long int)(p_sys->prev_pts+1500000)));
                                           ^
      
      Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
      eb06ce12
  5. Nov 10, 2019
  6. Nov 09, 2019
    • Felix Paul Kühne's avatar
      macosx: fix pointer mismatch · 13e18f31
      Felix Paul Kühne authored
      A instance of VLCOpenBlockDeviceDescription was casted to NSDictionary leading to a runtime exception (#23091).
      
      This patch addresses the problem and prevents future issues by setting the class on the arrays.
      13e18f31
  7. Nov 08, 2019
  8. Nov 07, 2019
Loading