1. 27 Mar, 2017 1 commit
    • Kyle Swanson's avatar
      libavcodec/opusenc: use correct format specifiers · b12693fa
      Kyle Swanson authored
      Squelches the following compiler warnings:
      
      libavcodec/opusenc.c:1051:16: warning: format specifies type 'long' but
      the argument has type 'long long' [-Wformat]
                     avctx->bit_rate/1000, clipped_rate/1000);
                     ^~~~~~~~~~~~~~~~~~~~
      libavcodec/opusenc.c:1051:38: warning: format specifies type 'long' but
      the argument has type 'long long' [-Wformat]
                     avctx->bit_rate/1000, clipped_rate/1000);
                                           ^~~~~~~~~~~~~~~~~
      b12693fa
  2. 26 Mar, 2017 14 commits
  3. 25 Mar, 2017 3 commits
  4. 24 Mar, 2017 22 commits