1. 20 9月, 2012 16 次提交
  2. 19 9月, 2012 6 次提交
  3. 18 9月, 2012 16 次提交
  4. 17 9月, 2012 2 次提交
    • A
      avfiltergraph: silence an uninitialized variable warning · e3496e5d
      Anton Khirnov 提交于
      The warning is:
      libavfilter/avfiltergraph.c: In function ‘avfilter_graph_config’:
      libavfilter/avfiltergraph.c:528:9: warning: ‘best_idx’ may be used uninitialized in this function [-Wuninitialized]
      libavfilter/avfiltergraph.c:479:13: note: ‘best_idx’ was declared here
      
      Initialize it to an invalid value and add an assert that it's properly
      set later.
      e3496e5d
    • A
      xsubenc: reindent · 34ebbbfe
      Anton Khirnov 提交于
      34ebbbfe