Advertisement
Guest User

Untitled

a guest
Dec 13th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /home/jamrial/fate/x86_64-linux-gcc-6.0.0/src/libavfilter/f_ebur128.c: In function ‘filter_frame’:
  2. /home/jamrial/fate/x86_64-linux-gcc-6.0.0/src/libavfilter/f_ebur128.c:669:21: warning: statement is indented as if it were guarded by... [-Wmisleading-indentation]
  3. if (nb_channels == 1 && ebur128->dual_mono) {
  4. ^~
  5.  
  6. /home/jamrial/fate/x86_64-linux-gcc-6.0.0/src/libavfilter/f_ebur128.c:666:17: note: ...this ‘if’ clause, but it is not
  7. if (nb_integrated)
  8. ^~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement